web: add ability to configure the nginx resolver
This commit is contained in:
@@ -52,9 +52,7 @@ if [[ $DISABLE_HTTPS -ne 1 ]]; then
|
||||
fi
|
||||
|
||||
# copy config files
|
||||
if [[ ! -f /config/nginx/nginx.conf ]]; then
|
||||
cp /defaults/nginx.conf /config/nginx/nginx.conf
|
||||
fi
|
||||
tpl /defaults/nginx.conf > /config/nginx/nginx.conf
|
||||
|
||||
if [[ ! -f /config/nginx/meet.conf ]]; then
|
||||
tpl /defaults/meet.conf > /config/nginx/meet.conf
|
||||
|
||||
Reference in New Issue
Block a user