Skip to content

Commit 13628c9

Browse files
Error codes
1 parent 8f0d761 commit 13628c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/deb/nginx/nginx.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ http {
102102
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
103103
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
104104

105-
error_page 404 /error/404/index.html;
106-
error_page 403 /error/index.html;
107-
error_page 500 /error/index.html;
105+
error_page 403 /error/404/index.html;
106+
error_page 404 /error/404/index.html;
107+
error_page 500 501 502 503 504 505 /error/index.html;
108108

109109
location / {
110110
expires off;

0 commit comments

Comments
 (0)