From 076147ef88d828259b6ad02f367d89e476ddf1b4 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 25 May 2024 21:08:17 +0200 Subject: [PATCH] allow info from .htaccess (#2642) --- apps/adminer.sh | 2 +- lets-encrypt/activate-tls.sh | 2 +- nextcloud_install_production.sh | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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