Merge pull request '[MR]Modified 404 logic' (#6) from develop into main
Deploy Main / deploy-main (push) Successful in 8s
Deploy Main / deploy-main (push) Successful in 8s
Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
@@ -51,6 +51,7 @@ http {
|
|||||||
|
|
||||||
location = /__error/index.html {
|
location = /__error/index.html {
|
||||||
internal;
|
internal;
|
||||||
|
alias /usr/share/nginx/html/index.html;
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
sub_filter_types text/html;
|
sub_filter_types text/html;
|
||||||
sub_filter "__STATUS__" $status;
|
sub_filter "__STATUS__" $status;
|
||||||
|
|||||||
Reference in New Issue
Block a user