This commit is contained in:
zino
2024-04-01 17:19:13 +02:00
parent ab5e584008
commit 32f4be6957

View File

@@ -10,7 +10,7 @@ server {
include "snippets/ssl-optimizations.conf";
location / {
proxy_pass http://host.docker.internal:8123/;
proxy_pass http://host.docker.internal:8123;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;