nginx server fix

This commit is contained in:
2024-09-02 15:28:46 +02:00
parent 6490accaed
commit 9a45ed6064

View File

@@ -58,11 +58,11 @@ http {
proxy_buffering off; proxy_buffering off;
proxy_request_buffering off; proxy_request_buffering off;
proxy_redirect default; #proxy_redirect default;
# Web App # Web App
location / { location / {
proxy_pass http://MIH-UX:83/; proxy_pass http://MIH-UX:83/$request_uri;
} }
location ~ /.well-known/acme-challenge/ { location ~ /.well-known/acme-challenge/ {