fixed nginx exploit
This commit is contained in:
parent
e4f2bfaae1
commit
b7cd572ea5
@ -17,7 +17,7 @@ server {
|
||||
|
||||
location /ui/ {
|
||||
proxy_hide_header WWW-Authenticate;
|
||||
try_files $uri$args $uri$args/ $uri $uri/ /ui/index.html =404;
|
||||
try_files $uri $uri/ /ui/index.html =404;
|
||||
}
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user