mirror of
https://github.com/tanrax/SSE-Fake.git
synced 2024-11-10 01:55:41 +01:00
Update nginx.conf
This commit is contained in:
parent
8e4dbd522d
commit
967d7fd4c4
@ -5,7 +5,6 @@ http {
|
||||
server {
|
||||
listen 80 default_server;
|
||||
server_name _;
|
||||
root /var/www;
|
||||
|
||||
location / {
|
||||
proxy_pass http://django:8000;
|
||||
@ -21,11 +20,12 @@ http {
|
||||
}
|
||||
|
||||
location /static {
|
||||
autoindex on;
|
||||
include /etc/nginx/mime.types;
|
||||
alias /var/www/static;
|
||||
}
|
||||
|
||||
location /media {
|
||||
autoindex on;
|
||||
alias /var/www/media;
|
||||
}
|
||||
|
||||
location = /favicon.ico { access_log off; log_not_found off; }
|
||||
|
Loading…
Reference in New Issue
Block a user