1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-03 22:17:08 +02:00

Merge pull request #480 from GilbN/develop

Remove old nginx config
This commit is contained in:
GilbN 2023-03-05 12:51:53 +01:00 committed by GitHub
commit 3322a13e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,11 @@ if [[ ${TP_URLBASE} ]]; then
fi
cp /defaults/default.conf /config/nginx/site-confs
# Remove old config
if [[ -f /config/nginx/site-confs/default ]]; then
rm /config/nginx/site-confs/default
fi
# make our folders and links
mkdir -p \
/config/www/{css,resources} \