openresty-config/configs/listen.conf
2025-02-11 20:13:49 -03:00

9 lines
244 B
Text

# Netmaker internal IP
set_real_ip_from 100.64.0.0/24;
real_ip_header X-Forwarded-For;
real_ip_recursive on;
listen 443 ssl;
# Port that is only accessed via Netmaker and Tor, used to proxy the traffic to another server
listen 4080;
http2 on;