remove extraneous semi-colon

This commit is contained in:
packetcat 2023-03-03 10:13:28 -05:00
parent b9bd448122
commit d31cd34303
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
add_header X-Cached $upstream_cache_status;
tcp_nodelay on;
}
- error_page 404 500 501 502 503 504 /500.html;
- error_page 404 500 501 502 503 504 /500.html
nginx_configs:
gzip:
- gzip on