fix pipedproxy/api i2p

This commit is contained in:
root 2022-12-21 11:20:19 +00:00
parent 6c5f1187cb
commit 42c5e9cfd5
1 changed files with 19 additions and 1 deletions

View File

@ -6,7 +6,7 @@ server {
include common/piped.conf;
}
# main
server {
listen 11090;
listen [::]:11090;
@ -15,6 +15,24 @@ server {
include common/piped.conf;
}
# proxy
server {
listen 11091;
listen [::]:11091;
server_name vern6dik55hnfhc6nsrmnws4d6qx2zqnq5xuequydr2ub7fx4jbq.b32.i2p;
include common/piped.conf;
}
# api
server {
listen 11092;
listen [::]:11092;
server_name vernhi23evjjydldj2pg7krqxnzxskma7i6n4ptberht3b5yzf2q.b32.i2p;
include common/piped.conf;
}
server {
listen 443 ssl http2;