Prepare structure for nginx apps
This commit is contained in:
parent
648064e5dd
commit
c0198b4dc7
1
basic.sh
1
basic.sh
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user