Files
anubis-mirror/test/nginx/conf/nginx/conf-anubis.inc
2026-02-15 13:08:42 +00:00

8 lines
166 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;
}