convos is dead

This commit is contained in:
root 2022-10-23 09:58:22 -04:00
parent 335e6087a1
commit 3a92aab786
3 changed files with 1 additions and 52 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ phpcache
cache
modules-enabled
modules-available
*.wip

View File

@ -1,15 +0,0 @@
add_header Onion-Location http://cv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vernqjyxqnmp3yimhsax4cpo7zcaog4fssecc2hpz4y362olobaq.b32.i2p$request_uri;
location / {
proxy_pass http://localhost:9000/;
proxy_redirect off;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Request-Base "$scheme://$host/";
client_max_body_size 0;
}

View File

@ -1,37 +0,0 @@
server {
listen 80;
listen [::]:80;
server_name cv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion convos.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/convos.conf;
# subs_filter <a\shref="https://twitter.com/convosby/"> <a\shref="http://nt.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion/convosby/">;
}
server {
listen 11040;
listen [::]:11040;
server_name vernqjyxqnmp3yimhsax4cpo7zcaog4fssecc2hpz4y362olobaq.b32.i2p;
include common/convos.conf;
# subs_filter <a\shref="https://twitter.com/convosby/"> <a\shref="http://vernzdedoxuflrrxc4vbatbkpjh4k22ecgiqgimdiif62onhagva.b32.i2p/convosby/">;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name cv.vern.cc convos.vern.cc;
include snippets/lets-encrypt.conf;
include snippets/headers.conf;
include common/convos.conf;
# subs_filter <a\shref="https://twitter.com/convosby/"> <a\shref="https://nt.vern.cc/convosby/">;
}
server {
listen 80;
listen [::]:80;
return 301 https://$host$request_uri;
server_name cv.vern.cc convos.vern.cc;
}