File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Listen 9443
152
152
<IfModule mod_dir.c>
153
153
DirectoryIndex adminer.php
154
154
</IfModule>
155
- AllowOverride None
155
+ AllowOverride All
156
156
157
157
# Only allow connections from localhost:
158
158
Require ip $GATEWAY /24
Original file line number Diff line number Diff line change 172
172
# The Nextcloud folder
173
173
<Directory $NCPATH >
174
174
Options Indexes FollowSymLinks
175
- AllowOverride None
175
+ AllowOverride All
176
176
Require all granted
177
177
Satisfy Any
178
178
# This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read
Original file line number Diff line number Diff line change 778
778
# The Nextcloud folder
779
779
<Directory $NCPATH >
780
780
Options Indexes FollowSymLinks
781
- AllowOverride None
781
+ AllowOverride All
782
782
Require all granted
783
783
Satisfy Any
784
784
# This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read
865
865
# The Nextcloud folder
866
866
<Directory $NCPATH >
867
867
Options Indexes FollowSymLinks
868
- AllowOverride None
868
+ AllowOverride All
869
869
Require all granted
870
870
Satisfy Any
871
871
# This is to include all the Nextcloud rules due to that we use PHP-FPM and .htaccess aren't read
You can’t perform that action at this time.
0 commit comments