Skip to content

Commit 076147e

Browse files
authored
allow info from .htaccess (#2642)
1 parent 54f59c1 commit 076147e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

apps/adminer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Listen 9443
152152
<IfModule mod_dir.c>
153153
DirectoryIndex adminer.php
154154
</IfModule>
155-
AllowOverride None
155+
AllowOverride All
156156
157157
# Only allow connections from localhost:
158158
Require ip $GATEWAY/24

lets-encrypt/activate-tls.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ then
172172
# The Nextcloud folder
173173
<Directory $NCPATH>
174174
Options Indexes FollowSymLinks
175-
AllowOverride None
175+
AllowOverride All
176176
Require all granted
177177
Satisfy Any
178178
# This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read

nextcloud_install_production.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ then
778778
# The Nextcloud folder
779779
<Directory $NCPATH>
780780
Options Indexes FollowSymLinks
781-
AllowOverride None
781+
AllowOverride All
782782
Require all granted
783783
Satisfy Any
784784
# 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
865865
# The Nextcloud folder
866866
<Directory $NCPATH>
867867
Options Indexes FollowSymLinks
868-
AllowOverride None
868+
AllowOverride All
869869
Require all granted
870870
Satisfy Any
871871
# This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read

0 commit comments

Comments
 (0)