Write nginx config into my.<domain>.conf

This way we can switch the domain as an independent task that does
not affect the existing admin conf
This commit is contained in:
Girish Ramakrishnan
2018-12-13 22:36:11 -08:00
parent 9dced3f596
commit 357e44284d
2 changed files with 7 additions and 6 deletions
-1
View File
@@ -19,7 +19,6 @@ exports = module.exports = {
ADMIN_LOCATION: 'my',
NGINX_ADMIN_CONFIG_FILE_NAME: 'admin.conf',
NGINX_DEFAULT_CONFIG_FILE_NAME: 'default.conf',
GHOST_USER_FILE: '/tmp/cloudron_ghost.json',