-
Notifications
You must be signed in to change notification settings - Fork 74
Behind nginx and https
Sten Feldman edited this page May 22, 2017
·
4 revisions
Cloud9 only supports basic web authentication and as such, if you plan to use this app over the internet, it is recommended that you install a forwarding proxy like nginx and use encrypted traffic only via https. The below configuration will help you in setting up the forwarding:
-
Use https://letsencrypt.org to setup your nginx
-
A sample configuration file:
To be added