remove nginx host config stuff

This commit is contained in:
Jan Koppe 2021-10-31 13:33:18 +01:00
parent ad0d545282
commit cd2a2af948
Signed by: thunfisch
GPG Key ID: BE935B0735A2129B
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ http {
listen 80 default_server; listen 80 default_server;
listen [::]:80 default_server; listen [::]:80 default_server;
location / { location / {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $remote_addr;
proxy_pass http://127.0.0.1:8000; proxy_pass http://127.0.0.1:8000;
} }
location /static { location /static {