Fix mssing end }

This commit is contained in:
Adam 2021-11-14 20:37:06 +00:00 committed by GitHub
parent c614ef9eaa
commit f4a3cb66dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,3 +37,4 @@ server {
set $upstream_proto http;
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
}
}