Added atproto DID for rpk.intrusive.games
This commit is contained in:
parent
321fa48ee1
commit
6bef3f0eef
1
atproto/rpk/.well-known/atproto-did
Normal file
1
atproto/rpk/.well-known/atproto-did
Normal file
@ -0,0 +1 @@
|
|||||||
|
did:plc:e2rm6w3z73fq7473dzqbvykn
|
@ -31,12 +31,23 @@ server {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
server_name rpk.intrusive.games;
|
||||||
|
root /ver/www/intrusive-atproto/rpk;
|
||||||
|
|
||||||
|
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 {
|
||||||
if ($host = intrusive.games) {
|
if ($host = intrusive.games) {
|
||||||
return 301 https://$host$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
server_name intrusive.games www.intrusive.games;
|
server_name intrusive.games *.intrusive.games;
|
||||||
listen 80;
|
listen 80;
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user