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 c4c10ba commit 6087fa0Copy full SHA for 6087fa0
src/deb/nginx/nginx.conf
@@ -87,6 +87,7 @@ http {
87
88
error_page 403 /error/404/index.html;
89
error_page 404 /error/404/index.html;
90
+ error_page 410 /error/404/index.html
91
error_page 500 501 502 503 504 505 /error/index.html;
92
93
# Vhost
@@ -96,7 +97,7 @@ http {
96
97
root /usr/local/hestia/web;
98
99
# Fix error "The plain HTTP request was sent to HTTPS port"
- error_page 497 https://$host:$server_port$request_uri;
100
+ error_page 497 https://$host:$server_port$request_uri;
101
102
ssl_certificate /usr/local/hestia/ssl/certificate.crt;
103
ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
0 commit comments