Skip to content

Commit 8f0d761

Browse files
Minor changes
1 parent 3399927 commit 8f0d761

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

install/deb/nginx/nginx.conf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)