Skip to content

Commit b70447f

Browse files
committed
Update default config to use the proxy instead of app.ssl
1 parent 574db22 commit b70447f

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

src/plugins/default/template/mup.js.sample

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@ module.exports = {
3131
MONGO_OPLOG_URL: 'mongodb://mongodb/local',
3232
},
3333

34-
// ssl: { // (optional)
35-
// // Enables let's encrypt (optional)
36-
// autogenerate: {
37-
// email: '[email protected]',
38-
// // comma separated list of domains
39-
// domains: 'website.com,www.website.com'
40-
// }
41-
// },
42-
4334
docker: {
4435
// change to 'abernix/meteord:base' if your app is using Meteor 1.4 - 1.5
4536
image: 'abernix/meteord:node-8.4.0-base',
@@ -55,5 +46,18 @@ module.exports = {
5546
servers: {
5647
one: {}
5748
}
58-
}
49+
},
50+
51+
// (Optional)
52+
// Use the proxy to setup ssl or to route requests to the correct
53+
// app when there are several apps
54+
55+
// proxy: {
56+
// domains: 'mywebsite.com,www.mywebsite.com',
57+
58+
// ssl: {
59+
// // Enable Let's Encrypt
60+
// letsEncryptEmail: '[email protected]'
61+
// }
62+
// }
5963
};

0 commit comments

Comments
 (0)