mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-14 20:25:40 +01:00
This commit is contained in:
parent
3185e499da
commit
38181ae4e9
@ -6,13 +6,13 @@ http {
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
root /var/www/html;
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
location /img {
|
||||
include /etc/nginx/mime.types;
|
||||
alias /var/www/html/img;
|
||||
alias /usr/share/nginx/html/img;
|
||||
}
|
||||
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
|
Loading…
Reference in New Issue
Block a user