forked from MarseyWorld/MarseyWorld
found a much better fix to debugging on mobile
parent
718d90844b
commit
d1fdd25b2f
|
@ -3,7 +3,7 @@ server {
|
||||||
client_max_body_size 100m;
|
client_max_body_size 100m;
|
||||||
listen 80;
|
listen 80;
|
||||||
listen [::]:80;
|
listen [::]:80;
|
||||||
proxy_set_header Host localhost;
|
proxy_set_header Host $http_host;
|
||||||
include includes/headers;
|
include includes/headers;
|
||||||
proxy_set_header X-Forwarded-For $remote_addr;
|
proxy_set_header X-Forwarded-For $remote_addr;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue