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

6 lines
152 B
Plaintext
Raw Normal View History

2023-05-15 19:43:19 +02:00
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/ /;