Prepare structure for nginx apps

This commit is contained in:
Disassembler 2017-12-19 19:42:10 +01:00
parent 648064e5dd
commit c0198b4dc7

View File

@ -34,6 +34,7 @@ openssl req -x509 -new -out /etc/ssl/certs/services.pem -keyout /etc/ssl/private
chmod 640 /etc/ssl/private/services.key
# Configure nginx
mkdir /etc/nginx/apps
cp ${SOURCE_DIR}/etc/nginx/nginx.conf /etc/nginx/nginx.conf
cp ${SOURCE_DIR}/etc/nginx/conf.d/default.conf /etc/nginx/conf.d/default.conf