From 23ac7344a18f25842533db07143427c4c567423a Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Thu, 2 May 2024 18:00:37 +0200 Subject: [PATCH] . --- v2-http3/CakePHP/CakePHP 5 | 2 +- v2-http3/CodeIgniter/CodeIgniter 4 | 2 +- v2-http3/Contao/Contao 4 | 2 +- v2-http3/Drupal/Drupal 10 | 2 +- v2-http3/Drupal/Drupal 9 | 2 +- v2-http3/FuelPHP/FuelPHP 1.8 | 2 +- v2-http3/Generic/Generic | 2 +- v2-http3/Joomla/Joomla 4 | 2 +- v2-http3/Laminas/Laminas | 2 +- v2-http3/Laravel/Laravel 10 | 2 +- v2-http3/Laravel/Laravel 11 | 2 +- v2-http3/Magento/Magento 2 | 2 +- v2-http3/Matomo/Matomo 4 | 2 +- v2-http3/Mautic/Mautic 5 | 2 +- v2-http3/Moodle/Moodle 4 | 2 +- v2-http3/Neos/Neos 8 | 2 +- v2-http3/Nextcloud/Nextcloud 27 | 2 +- v2-http3/Nodejs/Nodejs | 2 +- v2-http3/PrestaShop/PrestaShop 1.7 | 2 +- v2-http3/Python/Python | 2 +- v2-http3/ReverseProxy/ReverseProxy | 2 +- v2-http3/Shopware/Shopware 6 | 2 +- v2-http3/Slim/Slim 4 | 2 +- v2-http3/Static/Static | 2 +- v2-http3/Symfony/Symfony 6 | 2 +- v2-http3/Symfony/Symfony 7 | 2 +- v2-http3/TYPO3/TYPO3 12 | 2 +- v2-http3/WHMCS/WHMCS | 2 +- v2-http3/WooCommerce/WooCommerce | 2 +- v2-http3/WordPress/WordPress | 2 +- v2-http3/Yii/Yii 2 | 2 +- v2-http3/ownCloud/OwnCloud 10 | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) diff --git a/v2-http3/CakePHP/CakePHP 5 b/v2-http3/CakePHP/CakePHP 5 index d336055..8a52844 100755 --- a/v2-http3/CakePHP/CakePHP 5 +++ b/v2-http3/CakePHP/CakePHP 5 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/CodeIgniter/CodeIgniter 4 b/v2-http3/CodeIgniter/CodeIgniter 4 index 143884f..b683abd 100755 --- a/v2-http3/CodeIgniter/CodeIgniter 4 +++ b/v2-http3/CodeIgniter/CodeIgniter 4 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Contao/Contao 4 b/v2-http3/Contao/Contao 4 index 5afbfaf..b1c7669 100755 --- a/v2-http3/Contao/Contao 4 +++ b/v2-http3/Contao/Contao 4 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; location / { index index.php; diff --git a/v2-http3/Drupal/Drupal 10 b/v2-http3/Drupal/Drupal 10 index b412174..36d9157 100755 --- a/v2-http3/Drupal/Drupal 10 +++ b/v2-http3/Drupal/Drupal 10 @@ -33,7 +33,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; location ~ ^/sites/.*/files/styles/ { try_files $uri @rewrite; diff --git a/v2-http3/Drupal/Drupal 9 b/v2-http3/Drupal/Drupal 9 index 0f3eac0..62512e4 100755 --- a/v2-http3/Drupal/Drupal 9 +++ b/v2-http3/Drupal/Drupal 9 @@ -33,7 +33,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; location ~ ^/sites/.*/files/styles/ { try_files $uri @rewrite; diff --git a/v2-http3/FuelPHP/FuelPHP 1.8 b/v2-http3/FuelPHP/FuelPHP 1.8 index 5547032..dee3526 100755 --- a/v2-http3/FuelPHP/FuelPHP 1.8 +++ b/v2-http3/FuelPHP/FuelPHP 1.8 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Generic/Generic b/v2-http3/Generic/Generic index a43c3b1..f821a16 100644 --- a/v2-http3/Generic/Generic +++ b/v2-http3/Generic/Generic @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Joomla/Joomla 4 b/v2-http3/Joomla/Joomla 4 index 4ee8e7f..4169b2c 100755 --- a/v2-http3/Joomla/Joomla 4 +++ b/v2-http3/Joomla/Joomla 4 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Laminas/Laminas b/v2-http3/Laminas/Laminas index 83fe164..2655623 100755 --- a/v2-http3/Laminas/Laminas +++ b/v2-http3/Laminas/Laminas @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Laravel/Laravel 10 b/v2-http3/Laravel/Laravel 10 index 3e1399e..0f2c3be 100755 --- a/v2-http3/Laravel/Laravel 10 +++ b/v2-http3/Laravel/Laravel 10 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Laravel/Laravel 11 b/v2-http3/Laravel/Laravel 11 index 637ef57..2faa9e2 100755 --- a/v2-http3/Laravel/Laravel 11 +++ b/v2-http3/Laravel/Laravel 11 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; location / { {{varnish_proxy_pass}} diff --git a/v2-http3/Magento/Magento 2 b/v2-http3/Magento/Magento 2 index c4ffcfe..b21d400 100755 --- a/v2-http3/Magento/Magento 2 +++ b/v2-http3/Magento/Magento 2 @@ -49,7 +49,7 @@ server { } } - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Matomo/Matomo 4 b/v2-http3/Matomo/Matomo 4 index 4ee8e7f..4169b2c 100755 --- a/v2-http3/Matomo/Matomo 4 +++ b/v2-http3/Matomo/Matomo 4 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Mautic/Mautic 5 b/v2-http3/Mautic/Mautic 5 index df85f05..9cbbbdb 100755 --- a/v2-http3/Mautic/Mautic 5 +++ b/v2-http3/Mautic/Mautic 5 @@ -43,7 +43,7 @@ server { try_files $uri /index.php?$args; } - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Moodle/Moodle 4 b/v2-http3/Moodle/Moodle 4 index 822d490..d92b375 100755 --- a/v2-http3/Moodle/Moodle 4 +++ b/v2-http3/Moodle/Moodle 4 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; rewrite ^/(.*.php)(/)(.*)$ /$1?file=/$3 last; diff --git a/v2-http3/Neos/Neos 8 b/v2-http3/Neos/Neos 8 index 07e7bf9..978aaee 100755 --- a/v2-http3/Neos/Neos 8 +++ b/v2-http3/Neos/Neos 8 @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Nextcloud/Nextcloud 27 b/v2-http3/Nextcloud/Nextcloud 27 index fb9dd34..b76a6ad 100644 --- a/v2-http3/Nextcloud/Nextcloud 27 +++ b/v2-http3/Nextcloud/Nextcloud 27 @@ -75,7 +75,7 @@ server { deny all; } - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Nodejs/Nodejs b/v2-http3/Nodejs/Nodejs index 5c94e46..9f20d38 100755 --- a/v2-http3/Nodejs/Nodejs +++ b/v2-http3/Nodejs/Nodejs @@ -26,7 +26,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; index index.html; diff --git a/v2-http3/PrestaShop/PrestaShop 1.7 b/v2-http3/PrestaShop/PrestaShop 1.7 index fc153b4..8d0fb9c 100755 --- a/v2-http3/PrestaShop/PrestaShop 1.7 +++ b/v2-http3/PrestaShop/PrestaShop 1.7 @@ -46,7 +46,7 @@ server { rewrite ^/api/?(.*)$ /webservice/dispatcher.php?url=$1 last; rewrite ^(/install(?:-dev)?/sandbox)/.* /$1/test.php last; - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Python/Python b/v2-http3/Python/Python index 99419d0..8b2330d 100755 --- a/v2-http3/Python/Python +++ b/v2-http3/Python/Python @@ -26,7 +26,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; index index.html; diff --git a/v2-http3/ReverseProxy/ReverseProxy b/v2-http3/ReverseProxy/ReverseProxy index cdcc2ae..8ce7247 100755 --- a/v2-http3/ReverseProxy/ReverseProxy +++ b/v2-http3/ReverseProxy/ReverseProxy @@ -43,7 +43,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; add_header Cache-Control no-transform; diff --git a/v2-http3/Shopware/Shopware 6 b/v2-http3/Shopware/Shopware 6 index fe032f2..175f0f6 100755 --- a/v2-http3/Shopware/Shopware 6 +++ b/v2-http3/Shopware/Shopware 6 @@ -31,7 +31,7 @@ server { # try_files $uri $uri/ /recovery/install/index.php?$args; #} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Slim/Slim 4 b/v2-http3/Slim/Slim 4 index d597b7a..8a4438b 100755 --- a/v2-http3/Slim/Slim 4 +++ b/v2-http3/Slim/Slim 4 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Static/Static b/v2-http3/Static/Static index 5452bd7..24ac9dd 100644 --- a/v2-http3/Static/Static +++ b/v2-http3/Static/Static @@ -26,7 +26,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; index index.html; diff --git a/v2-http3/Symfony/Symfony 6 b/v2-http3/Symfony/Symfony 6 index 1f2a2e1..0216f59 100755 --- a/v2-http3/Symfony/Symfony 6 +++ b/v2-http3/Symfony/Symfony 6 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Symfony/Symfony 7 b/v2-http3/Symfony/Symfony 7 index 1f2a2e1..0216f59 100755 --- a/v2-http3/Symfony/Symfony 7 +++ b/v2-http3/Symfony/Symfony 7 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/TYPO3/TYPO3 12 b/v2-http3/TYPO3/TYPO3 12 index 865c2dd..37a0114 100755 --- a/v2-http3/TYPO3/TYPO3 12 +++ b/v2-http3/TYPO3/TYPO3 12 @@ -31,7 +31,7 @@ server { try_files $uri $uri/ /typo3/index.php?$args; } - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/WHMCS/WHMCS b/v2-http3/WHMCS/WHMCS index cfed035..31d6e64 100644 --- a/v2-http3/WHMCS/WHMCS +++ b/v2-http3/WHMCS/WHMCS @@ -27,7 +27,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/WooCommerce/WooCommerce b/v2-http3/WooCommerce/WooCommerce index 9c76e0f..9c01325 100755 --- a/v2-http3/WooCommerce/WooCommerce +++ b/v2-http3/WooCommerce/WooCommerce @@ -86,7 +86,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/WordPress/WordPress b/v2-http3/WordPress/WordPress index 9c76e0f..9c01325 100644 --- a/v2-http3/WordPress/WordPress +++ b/v2-http3/WordPress/WordPress @@ -86,7 +86,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/Yii/Yii 2 b/v2-http3/Yii/Yii 2 index a29ec25..de3d6f3 100755 --- a/v2-http3/Yii/Yii 2 +++ b/v2-http3/Yii/Yii 2 @@ -63,7 +63,7 @@ server { {{server_name}} {{root}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; try_files $uri $uri/ /index.php?$args; index index.php index.html; diff --git a/v2-http3/ownCloud/OwnCloud 10 b/v2-http3/ownCloud/OwnCloud 10 index a314909..d4b7cea 100755 --- a/v2-http3/ownCloud/OwnCloud 10 +++ b/v2-http3/ownCloud/OwnCloud 10 @@ -29,7 +29,7 @@ server { {{settings}} - include /etc/nginx/global_headers; + include /etc/nginx/global_settings; location = /.well-known/carddav { return 301 $scheme://$host/remote.php/dav;