reverseproxy: improve the note

This commit is contained in:
Girish Ramakrishnan
2019-09-30 15:25:53 -07:00
parent 243772d1f5
commit cfde6e31ad

View File

@@ -16,12 +16,13 @@ exports = module.exports = {
renewCerts: renewCerts,
// the 'configure' functions always ensure a certificate
// the 'configure' ensure a certificate and generate nginx config
configureDefaultServer: configureDefaultServer,
configureAdmin: configureAdmin,
configureApp: configureApp,
unconfigureApp: unconfigureApp,
// these only generate nginx config
writeAdminConfig: writeAdminConfig,
writeAppConfig: writeAppConfig,