mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Updated ssl server setup (markdown)
parent
109eabe188
commit
da878b60a7
@ -24,6 +24,8 @@ the following instructions detail configuring ssl termination using nginx and [l
|
|||||||
* `sudo chgrp www-data /etc/letsencrypt/live`
|
* `sudo chgrp www-data /etc/letsencrypt/live`
|
||||||
* `sudo chmod 750 /etc/letsencrypt/live`
|
* `sudo chmod 750 /etc/letsencrypt/live`
|
||||||
|
|
||||||
|
`note4:` letsencrypt will email you when your cert is about to expire. when that happens, forward port 443 to your host again, and run `sudo letsencrypt renew`. don't forget to shut down the forwarded port after it finishes!
|
||||||
|
|
||||||
# configure nginx
|
# configure nginx
|
||||||
|
|
||||||
`sudo vim /etc/nginx/sites-available/musikcube`
|
`sudo vim /etc/nginx/sites-available/musikcube`
|
||||||
|
Loading…
Reference in New Issue
Block a user