* docs: split nginx configuration files to their own directory Signed-off-by: Xe Iaso <me@xeiaso.net> * test: add nginx config smoke test based on the config in the docs Signed-off-by: Xe Iaso <me@xeiaso.net> --------- Signed-off-by: Xe Iaso <me@xeiaso.net>
8 lines
No EOL
166 B
PHP
8 lines
No EOL
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;
|
|
} |