File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments