WP test container created

This commit is contained in:
jasa
2026-09-24 18:06:11 +02:00
parent 3ee471bf39
commit e2442d1d15
44 changed files with 2244 additions and 47 deletions
+12
View File
@@ -0,0 +1,12 @@
# Replaces the image's 000-default.conf, which is bound to port 80.
<VirtualHost *:8080>
DocumentRoot /var/www/html
ErrorLog /dev/stderr
CustomLog /dev/stdout combined
<Directory /var/www/html>
AllowOverride All
Require all granted
</Directory>
</VirtualHost>