Added all

This commit is contained in:
2026-05-20 18:52:35 +02:00
commit 2c6c4242ce
41 changed files with 868 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot {{ wp_install_dir }}
<Directory {{ wp_install_dir }}>
Options FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/wordpress_error.log
CustomLog ${APACHE_LOG_DIR}/wordpress_access.log combined
</VirtualHost>