Forgot some file

This commit is contained in:
Knah Tsaeb 2024-08-23 16:21:26 +02:00
parent 3a7fb7f187
commit 698d85080b
3 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<VirtualHost *:80>
ErrorLog ${APACHE_LOG_DIR}/error.log
ServerName nanogal.local
DocumentRoot /var/www/public/
<Directory "/var/www/public/">
Require all granted
AllowOverride All
Options -Indexes
</Directory>
</VirtualHost>

3
.docker/start.sh Normal file
View file

@ -0,0 +1,3 @@
#/bin/bash
cron
/usr/sbin/apache2ctl -DFOREGROUND

9
.gitignore vendored Normal file
View file

@ -0,0 +1,9 @@
bower_components
vendor
composer.lock
/datas/*
!/datas/.gitkeep
/public/photos/*
!/public/photos/.gitkeep
/cache/*
!/cache/.gitkeep