forked from rDrama/rDrama
1
0
Fork 0

found a much better fix to debugging on mobile

master
Aevann 2023-10-16 20:43:31 +03:00
parent 718d90844b
commit d1fdd25b2f
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ server {
client_max_body_size 100m;
listen 80;
listen [::]:80;
proxy_set_header Host localhost;
proxy_set_header Host $http_host;
include includes/headers;
proxy_set_header X-Forwarded-For $remote_addr;