forked from rDrama/rDrama
1
0
Fork 0

allow debugging on phone

master
Aevann 2023-10-02 05:19:51 +03:00
parent a1d885b372
commit ff8e937112
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 $http_host;
proxy_set_header Host localhost;
include includes/headers;
proxy_set_header X-Forwarded-For $remote_addr;