Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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