Fix message display for plain HTTP
This commit is contained in:
parent
fa2445fe82
commit
b7720de425
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue