vulstudy/XSS-challenge-tour/docker-php.conf

13 lines
236 B
Plaintext

<FilesMatch \.php$>
SetHandler application/x-httpd-php
</FilesMatch>
DirectoryIndex disabled
DirectoryIndex index.php index.html index.htm
<Directory /var/www/>
Options -Indexes
AllowOverride All
</Directory>