servnest-mkosi/mkosi.extra/install/nginx/inc/apache-proxy.conf

6 lines
152 B
Plaintext

proxy_pass http://[::1]:42999;
proxy_ignore_client_abort on;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_redirect http://$host:42999/ /;