17 lines
407 B
Text
17 lines
407 B
Text
# CLEARNET
|
|
server {
|
|
server_name
|
|
pbin.nadeko.net
|
|
pbin.nadekonw7plitnjuawu6ytjsl7jlglk2t6pyq6eftptmiv3dvqndwvyd.onion;
|
|
include configs/listen.conf;
|
|
include configs/general.conf;
|
|
include configs/security.conf;
|
|
include configs/robotsNone.conf;
|
|
include configs/asn-ban.conf;
|
|
client_max_body_size 128M;
|
|
|
|
location / {
|
|
proxy_pass http://privatebin;
|
|
include configs/proxy.conf;
|
|
}
|
|
}
|