nginx server fix
This commit is contained in:
@@ -57,12 +57,12 @@ http {
|
|||||||
# To disable buffering
|
# To disable buffering
|
||||||
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/ {
|
||||||
|
|||||||
Reference in New Issue
Block a user