web: stop using the default config file
It should be empty and we set all settings. This will reduce the size fo the file and make it less confusing to inspect on a running system.
This commit is contained in:
@@ -75,7 +75,6 @@ tpl /defaults/ssl.conf > /config/nginx/ssl.conf
|
||||
|
||||
tpl /defaults/default > /config/nginx/site-confs/default
|
||||
|
||||
cp /defaults/config.js /config/config.js
|
||||
tpl /defaults/system-config.js >> /config/config.js
|
||||
tpl /defaults/settings-config.js >> /config/config.js
|
||||
if [[ -f /config/custom-config.js ]]; then
|
||||
|
||||
Reference in New Issue
Block a user