Changes between Version 6 and Version 7 of how-to/servers/support/gnusocial
- Timestamp:
- Aug 18, 2014, 5:43:00 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
how-to/servers/support/gnusocial
v6 v7 1 1 = Setting up Meteor real-time updates over https 2 2 3 In order to have real-time updates in the web interface of GNU Social one needs to enable the Meteor plugin (part of GNU Social) and set up a Meteor server. We want to serve r Meteor over https, and opt to use Apache for proxying the URLs for this.3 In order to have real-time updates in the web interface of GNU Social one needs to enable the Meteor plugin (part of GNU Social) and set up a Meteor server. We want to serve Meteor over https, and opt to use Apache for proxying the URLs for this. In this way the traffic will be encrypted, and also Meteor won't be directly available externally, which always feels safer :-) 4 4 5 5