remove nginx host config stuff
This commit is contained in:
parent
ad0d545282
commit
cd2a2af948
|
@ -12,8 +12,6 @@ http {
|
|||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
location / {
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_pass http://127.0.0.1:8000;
|
||||
}
|
||||
location /static {
|
||||
|
|
Loading…
Reference in New Issue