mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-12-22 10:55:35 +01:00
This commit is contained in:
parent
418842bb90
commit
a6a15b50e4
11
nginx.conf
11
nginx.conf
@ -4,16 +4,11 @@ http {
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html;
|
||||
}
|
||||
|
||||
location /img {
|
||||
include /etc/nginx/mime.types;
|
||||
alias /usr/share/nginx/html/img;
|
||||
}
|
||||
index index.html;
|
||||
gzip on;
|
||||
gzip_disable "msie6";
|
||||
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user