nginx-configs/conf.d/pgp.conf

33 lines
613 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name pgp.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/pgp.conf;
}
server {
listen 11099;
listen [::]:11099;
server_name vernqfnkg7oybcbrr6roinm64wkd6goetv4funbqjgtddmsexo7q.b32.i2p;
include common/pgp.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name pgp.vern.cc;
include common/pgp.conf;
include snippets/lets-encrypt.conf;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name pgp.vern.cc;
}