Re-added SSL for atproto domains
This commit is contained in:
parent
0b06b80127
commit
e7bd0c019d
@ -34,6 +34,13 @@ server {
|
|||||||
server {
|
server {
|
||||||
server_name rpk.intrusive.games;
|
server_name rpk.intrusive.games;
|
||||||
root /var/www/intrusive-atproto/rpk;
|
root /var/www/intrusive-atproto/rpk;
|
||||||
|
|
||||||
|
# atproto requires SSL
|
||||||
|
listen 443 ssl;
|
||||||
|
ssl_certificate /etc/letsencrypt/live/intrusive.games/fullchain.pem;
|
||||||
|
ssl_certificate_key /etc/letsencrypt/live/intrusive.games/privkey.pem;
|
||||||
|
include /etc/letsencrypt/options-ssl-nginx.conf;
|
||||||
|
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user