File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -121,9 +121,9 @@ http {
121121 add_header X-Content-Type-Options nosniff;
122122
123123 # 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;
124+ error_page 403 /error/404 .html;
125+ error_page 404 /error/404 .html;
126+ error_page 502 503 504 505 /error/50x .html;
127127
128128 # Cache settings
129129 proxy_cache_path /var/cache/nginx levels=2 keys_zone=cache:10m inactive=60m max_size=1024m ;
@@ -147,6 +147,6 @@ http {
147147 open_file_cache_errors off;
148148
149149 # Wildcard include
150- include /etc/nginx/conf.d/*.conf;
151- include /etc/nginx/conf.d/domains/*.conf;
150+ include /etc/nginx/conf.d/*.conf;
151+ include /etc/nginx/conf.d/domains/*.conf;
152152}
You can’t perform that action at this time.
0 commit comments