This commit is contained in:
Para Dox
2025-05-23 12:47:26 +07:00
parent c8ae2e4f91
commit 1495a49144

View File

@@ -26,6 +26,7 @@ server {
location / {
proxy_pass http://$proxy_connection;
resolver 127.0.0.11 ipv6=off valid=10s;
proxy_http_version 1.1; # Override default HTTP/1.0
proxy_set_header Host localhost;
proxy_set_header X-Real-IP $remote_addr;