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

@@ -57,6 +57,8 @@ http {
# To disable buffering
proxy_buffering off;
proxy_request_buffering off;
proxy_redirect default;
# Web App
location / {