diff --git a/apps/adminer.sh b/apps/adminer.sh index eb86943a3b..10745512ee 100644 --- a/apps/adminer.sh +++ b/apps/adminer.sh @@ -152,7 +152,7 @@ Listen 9443 DirectoryIndex adminer.php - AllowOverride None + AllowOverride All # Only allow connections from localhost: Require ip $GATEWAY/24 diff --git a/lets-encrypt/activate-tls.sh b/lets-encrypt/activate-tls.sh index 2317de5108..6cb48ac590 100644 --- a/lets-encrypt/activate-tls.sh +++ b/lets-encrypt/activate-tls.sh @@ -172,7 +172,7 @@ then # The Nextcloud folder Options Indexes FollowSymLinks - AllowOverride None + AllowOverride All Require all granted Satisfy Any # This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 58297cd561..a7b12167ec 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -778,7 +778,7 @@ then # The Nextcloud folder Options Indexes FollowSymLinks - AllowOverride None + AllowOverride All Require all granted Satisfy Any # This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read @@ -865,7 +865,7 @@ then # The Nextcloud folder Options Indexes FollowSymLinks - AllowOverride None + AllowOverride All Require all granted Satisfy Any # This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read