From 3a92aab786b58ad86ebe2780cd7caca4919eb43d Mon Sep 17 00:00:00 2001 From: root Date: Sun, 23 Oct 2022 09:58:22 -0400 Subject: [PATCH] convos is dead --- .gitignore | 1 + common/convos.conf | 15 --------------- conf.d/convos.conf | 37 ------------------------------------- 3 files changed, 1 insertion(+), 52 deletions(-) delete mode 100644 common/convos.conf delete mode 100644 conf.d/convos.conf diff --git a/.gitignore b/.gitignore index 688e3b4..dc24da8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ phpcache cache modules-enabled modules-available +*.wip diff --git a/common/convos.conf b/common/convos.conf deleted file mode 100644 index d2f0a2f..0000000 --- a/common/convos.conf +++ /dev/null @@ -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; -} diff --git a/conf.d/convos.conf b/conf.d/convos.conf deleted file mode 100644 index c7285e6..0000000 --- a/conf.d/convos.conf +++ /dev/null @@ -1,37 +0,0 @@ -server { - listen 80; - listen [::]:80; - - server_name cv.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion convos.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion; - - include common/convos.conf; -# subs_filter ; -} - -server { - listen 11040; - listen [::]:11040; - - server_name vernqjyxqnmp3yimhsax4cpo7zcaog4fssecc2hpz4y362olobaq.b32.i2p; - - include common/convos.conf; -# subs_filter ; -} - -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 ; -} - -server { - listen 80; - listen [::]:80; - return 301 https://$host$request_uri; - server_name cv.vern.cc convos.vern.cc; -}