We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f56453a commit c0696f6Copy full SHA for c0696f6
wre/var/setupfiles/nginx.conf
@@ -33,7 +33,7 @@ http {
33
}
34
35
location ~ /.* {
36
- proxy_pass http://localhost:[% config.get(starman/port) %];
+ proxy_pass http://localhost:[% config.get('starman/port') %];
37
38
39
##Include per-server vhost configuration files.
0 commit comments