sc.vern.cc

This commit is contained in:
root 2022-08-09 16:34:48 -04:00
parent 4497614dcf
commit f77f4155c5
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ server {
listen 80;
listen [::]:80;
server_name scribe.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion medium.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
server_name sc.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion scribe.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion medium.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/scribe.conf;
}
@ -21,7 +21,7 @@ server {
listen [::]:443 ssl http2;
include snippets/lets-encrypt.conf;
include snippets/headers.conf;
server_name scribe.vern.cc medium.vern.cc;
server_name sc.vern.cc scribe.vern.cc medium.vern.cc;
include common/scribe.conf;
}
@ -29,5 +29,5 @@ server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name scribe.vern.cc medium.vern.cc;
server_name sc.vern.cc scribe.vern.cc medium.vern.cc;
}