Fix broken comment

This commit is contained in:
Girish Ramakrishnan
2025-11-27 14:00:47 +01:00
parent 2b77e4d292
commit 437a033739
+1 -1
View File
@@ -178,7 +178,7 @@ server {
<% } else if ( endpoint === 'app' ) { %>
proxy_pass http://<%= ip %>:<%= port %>;
<% } else if ( endpoint === 'external' ) { %>
# without a variable, nginx will not start if upstream is down or
# without a variable, nginx will not start if upstream is down or unavailable
resolver 127.0.0.53 valid=30s;
set $upstream <%= upstreamUri %>;
proxy_ssl_verify off;