Fix message display for plain HTTP

This commit is contained in:
Miraty 2023-05-15 19:43:19 +02:00
parent fa2445fe82
commit b7720de425

View file

@ -1,4 +1,4 @@
proxy_pass http://[::1]:42999/;
proxy_pass http://[::1]:42999;
proxy_ignore_client_abort on;
proxy_http_version 1.1;
proxy_set_header Host $host;