1
0
Fork 0
mirror of synced 2024-06-17 18:04:42 +12:00

rename default nginx site config

This commit is contained in:
Jonny McCullagh 2022-06-24 18:35:18 +01:00
parent 57a1bc4070
commit d0cb00d92f
2 changed files with 1 additions and 1 deletions

View file

@ -67,7 +67,7 @@ RUN curl -sL https://deb.nodesource.com/setup_16.x -o /tmp/nodesource_setup.sh &
# setup nginx
ADD hosting/single/nginx.conf /etc/nginx
ADD hosting/single/default /etc/nginx/sites-enabled
ADD hosting/single/nginx-default-site.conf /etc/nginx/sites-enabled/default
RUN mkdir -p /var/log/nginx && \
touch /var/log/nginx/error.log && \
touch /var/run/nginx.pid