mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-15 22:51:37 -07:00
Attempt to kick off coderabbit
Removed unnecessary blank lines in the nginx configuration template.
This commit is contained in:
-2
@@ -19,7 +19,6 @@ events {
|
|||||||
}
|
}
|
||||||
|
|
||||||
http {
|
http {
|
||||||
|
|
||||||
# Mapping of temp paths for various nginx modules.
|
# Mapping of temp paths for various nginx modules.
|
||||||
client_body_temp_path /tmp/nginx/client_body;
|
client_body_temp_path /tmp/nginx/client_body;
|
||||||
proxy_temp_path /tmp/nginx/proxy;
|
proxy_temp_path /tmp/nginx/proxy;
|
||||||
@@ -102,7 +101,6 @@ http {
|
|||||||
index index.php;
|
index index.php;
|
||||||
add_header X-Forwarded-Prefix "/app" always;
|
add_header X-Forwarded-Prefix "/app" always;
|
||||||
|
|
||||||
|
|
||||||
location ~* \.php$ {
|
location ~* \.php$ {
|
||||||
# Set Cache-Control header to prevent caching on the first load
|
# Set Cache-Control header to prevent caching on the first load
|
||||||
add_header Cache-Control "no-store";
|
add_header Cache-Control "no-store";
|
||||||
|
|||||||
Reference in New Issue
Block a user