diff options
author | CoprDistGit <infra@openeuler.org> | 2024-02-02 12:25:03 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-02-02 12:25:03 +0000 |
commit | 913f89578b506ecf7da04b0ce7c08d7f44141711 (patch) | |
tree | 9fb24300ef8ddebb2df2b181fc4faab8549bd567 /nginx.conf | |
parent | 998c19f0244c3eacbc632e58fbdeabee90527b7c (diff) |
automatic import of nginxopeneuler23.03openeuler22.03_LTS_SP2openeuler22.03_LTS
Diffstat (limited to 'nginx.conf')
-rw-r--r-- | nginx.conf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -44,11 +44,11 @@ http { include /etc/nginx/default.d/*.conf; error_page 404 /404.html; - location = /40x.html { + location = /404.html { } error_page 500 502 503 504 /50x.html; - location = /50x.html { + location = /50x.html { } } @@ -71,11 +71,11 @@ http { # include /etc/nginx/default.d/*.conf; # # error_page 404 /404.html; -# location = /40x.html { +# location = /404.html { # } # # error_page 500 502 503 504 /50x.html; -# location = /50x.html { +# location = /50x.html { # } # } |