nginx server fix
This commit is contained in:
parent
6490accaed
commit
9a45ed6064
1 changed files with 3 additions and 3 deletions
|
|
@ -58,11 +58,11 @@ http {
|
||||||
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/ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue