teddit is now tilserv

This commit is contained in:
root 2022-11-09 11:51:55 -05:00
parent e418b5a342
commit c65ca489c9
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
add_header Onion-Location http://git.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion$request_uri;
add_header X-I2P-Location http://vernj47t2vz4qiobsrcaj6eqhaquqe5qsaejga2glol4b2snhcfa.b32.i2p$request_uri;
subs_filter "git.vern.cc" "$host";
subs_filter "https://git.vern.cc" "http://$host";
location / {
client_max_body_size 100m;

View File

@ -4,7 +4,7 @@ add_header X-I2P-Location http://verncco2oaxjikammz4pi7umzp673cme6zuemx7yeeewspw
error_log off;
location / {
proxy_pass http://10.0.3.57:8003/;
proxy_pass http://localhost:8003/;
proxy_redirect off;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;