Attempt to kick off coderabbit

Removed unnecessary blank lines in the nginx configuration template.
This commit is contained in:
Adam Outler
2025-11-09 16:56:47 -05:00
committed by GitHub
parent 4161261c43
commit c5a1f19567

View File

@@ -19,7 +19,6 @@ events {
}
http {
# Mapping of temp paths for various nginx modules.
client_body_temp_path /tmp/nginx/client_body;
proxy_temp_path /tmp/nginx/proxy;
@@ -102,7 +101,6 @@ http {
index index.php;
add_header X-Forwarded-Prefix "/app" always;
location ~* \.php$ {
# Set Cache-Control header to prevent caching on the first load
add_header Cache-Control "no-store";