We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3399927 commit 8f0d761Copy full SHA for 8f0d761
1 file changed
install/deb/nginx/nginx.conf
@@ -121,9 +121,9 @@ http {
121
add_header X-Content-Type-Options nosniff;
122
123
# Error pages
124
- error_page 403 /error/403.html;
125
- error_page 404 /error/404.html;
126
- error_page 502 503 504 /error/50x.html;
+ error_page 403 /error/404.html;
+ error_page 404 /error/404.html;
+ error_page 502 503 504 505 /error/50x.html;
127
128
# Cache settings
129
proxy_cache_path /var/cache/nginx levels=2 keys_zone=cache:10m inactive=60m max_size=1024m;
@@ -147,6 +147,6 @@ http {
147
open_file_cache_errors off;
148
149
# Wildcard include
150
- include /etc/nginx/conf.d/*.conf;
151
- include /etc/nginx/conf.d/domains/*.conf;
+ include /etc/nginx/conf.d/*.conf;
+ include /etc/nginx/conf.d/domains/*.conf;
152
}
0 commit comments