From 698d85080bd4968ce8c413cb30778cf80974eef0 Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Fri, 23 Aug 2024 16:21:26 +0200 Subject: [PATCH] Forgot some file --- .docker/apache2/nanogal.conf | 10 ++++++++++ .docker/start.sh | 3 +++ .gitignore | 9 +++++++++ 3 files changed, 22 insertions(+) create mode 100644 .docker/apache2/nanogal.conf create mode 100644 .docker/start.sh create mode 100644 .gitignore diff --git a/.docker/apache2/nanogal.conf b/.docker/apache2/nanogal.conf new file mode 100644 index 0000000..2d7dc77 --- /dev/null +++ b/.docker/apache2/nanogal.conf @@ -0,0 +1,10 @@ + + ErrorLog ${APACHE_LOG_DIR}/error.log + ServerName nanogal.local + DocumentRoot /var/www/public/ + + Require all granted + AllowOverride All + Options -Indexes + + \ No newline at end of file diff --git a/.docker/start.sh b/.docker/start.sh new file mode 100644 index 0000000..2298381 --- /dev/null +++ b/.docker/start.sh @@ -0,0 +1,3 @@ +#/bin/bash +cron +/usr/sbin/apache2ctl -DFOREGROUND diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b9efae --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +bower_components +vendor +composer.lock +/datas/* +!/datas/.gitkeep +/public/photos/* +!/public/photos/.gitkeep +/cache/* +!/cache/.gitkeep \ No newline at end of file