nginx-configs/sites-available/0x0.conf

45 lines
813 B
Plaintext
Raw Normal View History

server {
2022-07-29 11:38:29 +00:00
listen 80;
listen [::]:80;
2022-07-30 18:19:52 +00:00
server_name 0.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/0x0.conf;
}
server {
2022-07-29 11:38:29 +00:00
listen 11022;
listen [::]:11022;
2022-08-05 07:27:04 +00:00
server_name vernkjqjz3qctifc3ovi7s77zzkej6qb6wbgly7yu46tgtffskla.b32.i2p;
2022-07-29 11:38:29 +00:00
include common/0x0.conf;
}
2022-08-06 03:45:00 +00:00
server {
listen 443 ssl http2;
2022-08-17 08:02:16 +00:00
listen [::]:443 ssl http2;
listen 80;
listen [::]:80;
2022-08-17 08:02:16 +00:00
2022-08-06 03:45:00 +00:00
server_name 0.vern.cc;
include snippets/lets-encrypt.conf;
include snippets/headers.conf;
2022-08-17 08:02:16 +00:00
2022-08-06 03:45:00 +00:00
include common/0x0.conf;
2022-08-17 08:02:16 +00:00
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 80;
listen [::]:80;
2022-08-06 03:45:00 +00:00
2022-08-17 08:02:16 +00:00
server_name vern0.me;
ssl_certificate_key /etc/letsencrypt/live/vern0.me/privkey.pem;
ssl_certificate /etc/letsencrypt/live/vern0.me/fullchain.pem;
include snippets/headers.conf;
include common/0x0.conf;
2022-08-06 03:45:00 +00:00
}