restore missing template new lne

This commit is contained in:
nomandera 2022-06-26 16:51:22 +00:00 committed by GitHub
parent d9843722c1
commit 3e1a4cc6cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,5 +35,6 @@ server {
set $upstream_port 5055;
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
}