Skip to content

Commit

Permalink
allow info from .htaccess (#2642)
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored May 25, 2024
1 parent 54f59c1 commit 076147e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/adminer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ Listen 9443
<IfModule mod_dir.c>
DirectoryIndex adminer.php
</IfModule>
AllowOverride None
AllowOverride All
# Only allow connections from localhost:
Require ip $GATEWAY/24
Expand Down
2 changes: 1 addition & 1 deletion lets-encrypt/activate-tls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ then
# The Nextcloud folder
<Directory $NCPATH>
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
Expand Down
4 changes: 2 additions & 2 deletions nextcloud_install_production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ then
# The Nextcloud folder
<Directory $NCPATH>
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
Expand Down Expand Up @@ -865,7 +865,7 @@ then
# The Nextcloud folder
<Directory $NCPATH>
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
Expand Down

0 comments on commit 076147e

Please sign in to comment.