first commit
Some checks failed
Deploy LAMP / Deploy LAMP (push) Failing after 32s

This commit is contained in:
Antoni Nuñez Romeu
2026-04-13 17:13:52 +02:00
commit ddda631033
9 changed files with 249 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<VirtualHost *:80>
ServerName example.local
DocumentRoot /var/www/html/example
<Directory /var/www/html/example>
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/example_error.log
CustomLog ${APACHE_LOG_DIR}/example_access.log combined
</VirtualHost>