fix nginx conf
This commit is contained in:
@@ -4075,6 +4075,8 @@ function defaultNginxConfiguration(): string
|
||||
error_page 500 502 503 504 /50x.html;
|
||||
location = /50x.html {
|
||||
root /usr/share/nginx/html;
|
||||
try_files $uri @redirect_to_index;
|
||||
internal;
|
||||
}
|
||||
|
||||
error_page 404 = @handle_404;
|
||||
|
Reference in New Issue
Block a user