mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-14 20:25:40 +01:00
This commit is contained in:
parent
418842bb90
commit
a6a15b50e4
17
nginx.conf
17
nginx.conf
@ -3,17 +3,12 @@ events {}
|
||||
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;
|
||||
}
|
||||
server_name _;
|
||||
root /usr/share/nginx/html;
|
||||
include /etc/nginx/mime.types;
|
||||
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