forked from yaso_meth/mih-project
nginx server fix
This commit is contained in:
@@ -57,12 +57,12 @@ http {
|
||||
# To disable buffering
|
||||
proxy_buffering off;
|
||||
proxy_request_buffering off;
|
||||
|
||||
proxy_redirect default;
|
||||
|
||||
#proxy_redirect default;
|
||||
|
||||
# Web App
|
||||
location / {
|
||||
proxy_pass http://MIH-UX:83/;
|
||||
proxy_pass http://MIH-UX:83/$request_uri;
|
||||
}
|
||||
|
||||
location ~ /.well-known/acme-challenge/ {
|
||||
|
||||
Reference in New Issue
Block a user