Forgot some file
This commit is contained in:
parent
3a7fb7f187
commit
698d85080b
3 changed files with 22 additions and 0 deletions
10
.docker/apache2/nanogal.conf
Normal file
10
.docker/apache2/nanogal.conf
Normal 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
3
.docker/start.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#/bin/bash
|
||||||
|
cron
|
||||||
|
/usr/sbin/apache2ctl -DFOREGROUND
|
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
bower_components
|
||||||
|
vendor
|
||||||
|
composer.lock
|
||||||
|
/datas/*
|
||||||
|
!/datas/.gitkeep
|
||||||
|
/public/photos/*
|
||||||
|
!/public/photos/.gitkeep
|
||||||
|
/cache/*
|
||||||
|
!/cache/.gitkeep
|
Loading…
Reference in a new issue