Add projects: Festivals, Kollektivarbeit
This commit is contained in:
@@ -6,3 +6,5 @@ type: page
|
||||
1. [Mindboost](/projects/mindboost/)
|
||||
2. [Lichterei](/projects/lichterei/)
|
||||
3. [Gemeinschaft](/projects/gemeinschaft/)
|
||||
4. [Festivals](/projects/festivals/)
|
||||
5. [Kollektivarbeit](/projects/kollektivarbeit/)
|
||||
|
||||
6
content/projects/festivals.md
Normal file
6
content/projects/festivals.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Festivals"
|
||||
type: page
|
||||
---
|
||||
|
||||
Festivals ...
|
||||
6
content/projects/kollektivarbeit.md
Normal file
6
content/projects/kollektivarbeit.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: "Kollektivarbeit"
|
||||
type: page
|
||||
---
|
||||
|
||||
Kollektivarbeit ...
|
||||
@@ -19,7 +19,9 @@ RUN curl -L "https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}
|
||||
COPY nginx.conf /etc/nginx/sites-available/default
|
||||
|
||||
# PHP-FPM for deploy.php
|
||||
RUN sed -i 's|listen = /run/php/php.*-fpm.sock|listen = 127.0.0.1:9000|' /etc/php/*/fpm/pool.d/www.conf
|
||||
RUN sed -i 's|listen = /run/php/php.*-fpm.sock|listen = 127.0.0.1:9000|' /etc/php/*/fpm/pool.d/www.conf \
|
||||
&& sed -i 's|;clear_env = no|clear_env = no|' /etc/php/*/fpm/pool.d/www.conf \
|
||||
|| echo 'clear_env = no' >> /etc/php/*/fpm/pool.d/www.conf
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
Reference in New Issue
Block a user