docker/apache-config.conf
2023-04-14 10:35:51 +02:00

11 lines
210 B
Text

<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
DirectoryIndex enabled
DirectoryIndex index.php index.html
<Directory /gdps>
Options -Indexes
AllowOverride All
</Directory>