docker/apache-config.conf

12 lines
210 B
Text
Raw Normal View History

2023-04-14 08:35:51 +00:00
<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
DirectoryIndex enabled
DirectoryIndex index.php index.html
<Directory /gdps>
Options -Indexes
AllowOverride All
</Directory>