mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
maxkey nginx.conf fix
This commit is contained in:
parent
8e7423773b
commit
775bae2a23
@ -7,7 +7,8 @@ server {
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri$args $uri$args/ /maxkey/index.html;
|
||||
#try_files $uri $uri/ /index.html;
|
||||
}
|
||||
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user