You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: server/src/configs/multi-domain-example/README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -70,4 +70,5 @@ pm2 start ecosystem.config.js
70
70
- Be sure to view the `nginx` file to see how to set up the reverse proxy for the different domains
71
71
- The domains do not have to be subdomains of each other, they can be whatever you want, they are just used to differentitate the different configs
72
72
- The `NODE_CONFIG_ENV` var names should not contain `/` or `.`
73
-
- The `NODE_CONFIG_ENV` value does not have to be related to the domain its representing. The URL for the map could be `https://www.my-super-map.com` and the `NODE_CONFIG_ENV` could be `applemap` or `orangemap` or `bananamap` or whatever you want, as long as you point the nginx reverse proxy to the correct instance of the app
73
+
- The `NODE_CONFIG_ENV` value does not have to be related to the domain its representing. The URL for the map could be `https://www.my-super-map.com` and the `NODE_CONFIG_ENV` could be `applemap` or `orangemap` or `bananamap` or whatever you want, as long as you point the nginx reverse proxy to the correct instance of the app
74
+
- Custom favicons can be set by putting the respective `{NODE_CONFIG_ENV}.ico` in the `public/favicon` folder
0 commit comments