This commit is contained in:
zino
2024-04-01 17:05:02 +02:00
parent 14dd20a34c
commit ab5e584008

View File

@@ -10,7 +10,7 @@ server {
include "snippets/ssl-optimizations.conf";
location / {
proxy_pass 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;