mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-17 05:44:57 +00:00
3 lines
160 B
PHP
3 lines
160 B
PHP
# /etc/nginx/conf-anubis.inc # Forward to anubis location / { proxy_set_header
|
|
Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_pass http://anubis; }
|