nginx
This commit is contained in:
parent
2ba6113ed1
commit
e2f0c2f830
@ -13,7 +13,8 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
alias /var/www/html/static/;
|
root /var/www/html/;
|
||||||
|
autoindex off;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user