We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f0d761 commit 13628c9Copy full SHA for 13628c9
src/deb/nginx/nginx.conf
@@ -102,9 +102,9 @@ http {
102
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
103
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
104
105
- error_page 404 /error/404/index.html;
106
- error_page 403 /error/index.html;
107
- error_page 500 /error/index.html;
+ error_page 403 /error/404/index.html;
+ error_page 404 /error/404/index.html;
+ error_page 500 501 502 503 504 505 /error/index.html;
108
109
location / {
110
expires off;
0 commit comments