Classic content dump!

This commit is contained in:
2022-08-18 13:39:55 +00:00
parent a32e0736c4
commit 753ac6ca40
9 changed files with 399 additions and 31 deletions

View File

@@ -1,4 +1,11 @@
<VirtualHost yowpdomain.example.com:443>
AddType text/html .php
DirectoryIndex index.php
<FilesMatch \.php$>
SetHandler "proxy:unix:/run/php-fpm/www.sock"
</FilesMatch>
# Dotfiles
<FilesMatch "^\.">
Deny from all