From 46d16dd4987f1dc6a2487c63da188b385af0ddbd Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Mon, 24 Feb 2025 15:59:22 +0100 Subject: [PATCH] . --- v2-http3/Laravel/{Laravel 10 => Laravel 12} | 6 +++--- v2-varnish/Laravel/{Laravel 10 => Laravel 12} | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) rename v2-http3/Laravel/{Laravel 10 => Laravel 12} (97%) rename v2-varnish/Laravel/{Laravel 10 => Laravel 12} (97%) diff --git a/v2-http3/Laravel/Laravel 10 b/v2-http3/Laravel/Laravel 12 similarity index 97% rename from v2-http3/Laravel/Laravel 10 rename to v2-http3/Laravel/Laravel 12 index 762c776..5018033 100755 --- a/v2-http3/Laravel/Laravel 10 +++ b/v2-http3/Laravel/Laravel 12 @@ -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; diff --git a/v2-varnish/Laravel/Laravel 10 b/v2-varnish/Laravel/Laravel 12 similarity index 97% rename from v2-varnish/Laravel/Laravel 10 rename to v2-varnish/Laravel/Laravel 12 index 1d3d1e4..ac0e1e0 100755 --- a/v2-varnish/Laravel/Laravel 10 +++ b/v2-varnish/Laravel/Laravel 12 @@ -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;