fix typos in nginx.conf

These had already been fixed in the non-SSL server block

Signed-off-by: Felix Kaechele <felix@kaechele.ca>
This commit is contained in:
Felix Kaechele 2022-08-17 16:27:11 -04:00
parent 2769972c79
commit 80d334f680
1 changed files with 2 additions and 2 deletions

View File

@ -71,11 +71,11 @@ http {
# include /etc/nginx/default.d/*.conf;
#
# error_page 404 /404.html;
# location = /40x.html {
# location = /404.html {
# }
#
# error_page 500 502 503 504 /50x.html;
# location = /50x.html {
# location = /50x.html {
# }
# }