nginx update to cater for custom uri

This commit is contained in:
2024-09-02 12:09:10 +02:00
parent 9d766b44f2
commit 6490accaed

View File

@@ -58,6 +58,8 @@ http {
proxy_buffering off; proxy_buffering off;
proxy_request_buffering off; proxy_request_buffering off;
proxy_redirect default;
# Web App # Web App
location / { location / {
proxy_pass http://MIH-UX:83/; proxy_pass http://MIH-UX:83/;