From 46ceafdf5395152072ac68244e9976a6f79d5ab4 Mon Sep 17 00:00:00 2001 From: Stefan Wieczorek Date: Tue, 14 May 2024 10:42:46 +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 8a52844..feebbb5 100755 --- a/v2-http3/CakePHP/CakePHP 5 +++ b/v2-http3/CakePHP/CakePHP 5 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/CodeIgniter/CodeIgniter 4 b/v2-http3/CodeIgniter/CodeIgniter 4 index b683abd..8043a0b 100755 --- a/v2-http3/CodeIgniter/CodeIgniter 4 +++ b/v2-http3/CodeIgniter/CodeIgniter 4 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Contao/Contao 4 b/v2-http3/Contao/Contao 4 index b1c7669..fc6f3e6 100755 --- a/v2-http3/Contao/Contao 4 +++ b/v2-http3/Contao/Contao 4 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Drupal/Drupal 10 b/v2-http3/Drupal/Drupal 10 index 36d9157..1b989ef 100755 --- a/v2-http3/Drupal/Drupal 10 +++ b/v2-http3/Drupal/Drupal 10 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Drupal/Drupal 9 b/v2-http3/Drupal/Drupal 9 index 62512e4..57ec4b5 100755 --- a/v2-http3/Drupal/Drupal 9 +++ b/v2-http3/Drupal/Drupal 9 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/FuelPHP/FuelPHP 1.8 b/v2-http3/FuelPHP/FuelPHP 1.8 index dee3526..689870b 100755 --- a/v2-http3/FuelPHP/FuelPHP 1.8 +++ b/v2-http3/FuelPHP/FuelPHP 1.8 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Generic/Generic b/v2-http3/Generic/Generic index f821a16..83bbe23 100644 --- a/v2-http3/Generic/Generic +++ b/v2-http3/Generic/Generic @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Joomla/Joomla 4 b/v2-http3/Joomla/Joomla 4 index 4169b2c..0cf76f0 100755 --- a/v2-http3/Joomla/Joomla 4 +++ b/v2-http3/Joomla/Joomla 4 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Laminas/Laminas b/v2-http3/Laminas/Laminas index 2655623..3861681 100755 --- a/v2-http3/Laminas/Laminas +++ b/v2-http3/Laminas/Laminas @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Laravel/Laravel 10 b/v2-http3/Laravel/Laravel 10 index 0f2c3be..5ca485d 100755 --- a/v2-http3/Laravel/Laravel 10 +++ b/v2-http3/Laravel/Laravel 10 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Laravel/Laravel 11 b/v2-http3/Laravel/Laravel 11 index 2faa9e2..7591d5c 100755 --- a/v2-http3/Laravel/Laravel 11 +++ b/v2-http3/Laravel/Laravel 11 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Magento/Magento 2 b/v2-http3/Magento/Magento 2 index b94930e..b0af9bc 100755 --- a/v2-http3/Magento/Magento 2 +++ b/v2-http3/Magento/Magento 2 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Matomo/Matomo 4 b/v2-http3/Matomo/Matomo 4 index 4169b2c..0cf76f0 100755 --- a/v2-http3/Matomo/Matomo 4 +++ b/v2-http3/Matomo/Matomo 4 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Mautic/Mautic 5 b/v2-http3/Mautic/Mautic 5 index 9cbbbdb..8069e30 100755 --- a/v2-http3/Mautic/Mautic 5 +++ b/v2-http3/Mautic/Mautic 5 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Moodle/Moodle 4 b/v2-http3/Moodle/Moodle 4 index d92b375..67521be 100755 --- a/v2-http3/Moodle/Moodle 4 +++ b/v2-http3/Moodle/Moodle 4 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} #if ($scheme != "https") { - # rewrite ^ https://$host$uri permanent; + # rewrite ^ https://$host$request_uri permanent; #} location ~ /.well-known { diff --git a/v2-http3/Neos/Neos 8 b/v2-http3/Neos/Neos 8 index 978aaee..0cc4f93 100755 --- a/v2-http3/Neos/Neos 8 +++ b/v2-http3/Neos/Neos 8 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Nextcloud/Nextcloud 27 b/v2-http3/Nextcloud/Nextcloud 27 index b76a6ad..5c10c73 100644 --- a/v2-http3/Nextcloud/Nextcloud 27 +++ b/v2-http3/Nextcloud/Nextcloud 27 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } # set max upload size and increase upload timeout: diff --git a/v2-http3/Nodejs/Nodejs b/v2-http3/Nodejs/Nodejs index 9f20d38..49d0831 100755 --- a/v2-http3/Nodejs/Nodejs +++ b/v2-http3/Nodejs/Nodejs @@ -16,7 +16,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/PrestaShop/PrestaShop 1.7 b/v2-http3/PrestaShop/PrestaShop 1.7 index 8d0fb9c..f56b28d 100755 --- a/v2-http3/PrestaShop/PrestaShop 1.7 +++ b/v2-http3/PrestaShop/PrestaShop 1.7 @@ -18,7 +18,7 @@ server { {{nginx_error_log}} #if ($scheme != "https") { - # rewrite ^ https://$host$uri permanent; + # rewrite ^ https://$host$request_uri permanent; #} location ~ /.well-known { diff --git a/v2-http3/Python/Python b/v2-http3/Python/Python index 8b2330d..a33fb02 100755 --- a/v2-http3/Python/Python +++ b/v2-http3/Python/Python @@ -16,7 +16,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/ReverseProxy/ReverseProxy b/v2-http3/ReverseProxy/ReverseProxy index 8ce7247..0992d79 100755 --- a/v2-http3/ReverseProxy/ReverseProxy +++ b/v2-http3/ReverseProxy/ReverseProxy @@ -16,7 +16,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location @reverse_proxy { diff --git a/v2-http3/Shopware/Shopware 6 b/v2-http3/Shopware/Shopware 6 index e388b5f..4d3d953 100755 --- a/v2-http3/Shopware/Shopware 6 +++ b/v2-http3/Shopware/Shopware 6 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Slim/Slim 4 b/v2-http3/Slim/Slim 4 index 8a4438b..b625cdd 100755 --- a/v2-http3/Slim/Slim 4 +++ b/v2-http3/Slim/Slim 4 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Static/Static b/v2-http3/Static/Static index 24ac9dd..4d6f886 100644 --- a/v2-http3/Static/Static +++ b/v2-http3/Static/Static @@ -16,7 +16,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Symfony/Symfony 6 b/v2-http3/Symfony/Symfony 6 index 0216f59..f2c5115 100755 --- a/v2-http3/Symfony/Symfony 6 +++ b/v2-http3/Symfony/Symfony 6 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Symfony/Symfony 7 b/v2-http3/Symfony/Symfony 7 index 0216f59..f2c5115 100755 --- a/v2-http3/Symfony/Symfony 7 +++ b/v2-http3/Symfony/Symfony 7 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/TYPO3/TYPO3 12 b/v2-http3/TYPO3/TYPO3 12 index 37a0114..23fb163 100755 --- a/v2-http3/TYPO3/TYPO3 12 +++ b/v2-http3/TYPO3/TYPO3 12 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/WHMCS/WHMCS b/v2-http3/WHMCS/WHMCS index 31d6e64..c39ff15 100644 --- a/v2-http3/WHMCS/WHMCS +++ b/v2-http3/WHMCS/WHMCS @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/WooCommerce/WooCommerce b/v2-http3/WooCommerce/WooCommerce index 9c01325..29d8734 100755 --- a/v2-http3/WooCommerce/WooCommerce +++ b/v2-http3/WooCommerce/WooCommerce @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/WordPress/WordPress b/v2-http3/WordPress/WordPress index 9c01325..29d8734 100644 --- a/v2-http3/WordPress/WordPress +++ b/v2-http3/WordPress/WordPress @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/Yii/Yii 2 b/v2-http3/Yii/Yii 2 index de3d6f3..f1d411f 100755 --- a/v2-http3/Yii/Yii 2 +++ b/v2-http3/Yii/Yii 2 @@ -17,7 +17,7 @@ server { {{nginx_error_log}} if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known { diff --git a/v2-http3/ownCloud/OwnCloud 10 b/v2-http3/ownCloud/OwnCloud 10 index d4b7cea..ffa9ba1 100755 --- a/v2-http3/ownCloud/OwnCloud 10 +++ b/v2-http3/ownCloud/OwnCloud 10 @@ -19,7 +19,7 @@ server { add_header Strict-Transport-Security "max-age=15552000; includeSubDomains"; if ($scheme != "https") { - rewrite ^ https://$host$uri permanent; + rewrite ^ https://$host$request_uri permanent; } location ~ /.well-known {