mirror of
https://github.com/hzrd149/nsite-gateway.git
synced 2025-06-23 12:05:01 +00:00
add proxy env variables to example
This commit is contained in:
parent
7c3c9c0d6c
commit
06a407d28a
@ -19,7 +19,14 @@ NGINX_CACHE_DIR='/var/nginx/cache'
|
||||
|
||||
# screenshots require Puppeteer to be setup https://pptr.dev/troubleshooting#setting-up-chrome-linux-sandbox
|
||||
ENABLE_SCREENSHOTS="false"
|
||||
SCREENSHOTS_IDR="./screenshots"
|
||||
SCREENSHOTS_DIR="./screenshots"
|
||||
|
||||
# If this is set, nsite will return the 'Onion-Location' header in responses
|
||||
# ONION_HOST=https://<hostname>.onion
|
||||
|
||||
# Use a proxy auto config
|
||||
# PAC_PROXY="file:///path/to/proxy.pac"
|
||||
|
||||
# Or set tor and i2p proxies separately
|
||||
# I2P_PROXY="127.0.0.1:4447"
|
||||
# TOR_PROXY="127.0.0.1:9050"
|
||||
|
Loading…
x
Reference in New Issue
Block a user