This commit is contained in:
Stefan Wieczorek
2025-02-24 15:59:22 +01:00
parent 89b8c1ee6a
commit 46d16dd498
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
#{"rootDirectory":"public","phpVersion":"8.3","varnishCacheSettings":{"cacheLifetime":"604800","controller":"generic","excludes":["^\/admin\/"],"excludedParams":["__SID","noCache"]}}
#{"rootDirectory":"public","phpVersion":"8.4","varnishCacheSettings":{"cacheLifetime":"604800","controller":"generic","excludes":["^\/admin\/"],"excludedParams":["__SID","noCache"]}}
server {
listen 80;
listen [::]:80;
@@ -27,6 +27,8 @@ server {
{{settings}}
include /etc/nginx/global_settings;
location / {
{{varnish_proxy_pass}}
proxy_set_header Host $host;
@@ -63,8 +65,6 @@ server {
{{server_name}}
{{root}}
include /etc/nginx/global_settings;
try_files $uri $uri/ /index.php?$args;
index index.php index.html;