nginx update to cater for custom uri
This commit is contained in:
parent
9d766b44f2
commit
6490accaed
1 changed files with 2 additions and 0 deletions
|
|
@ -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/;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue