Skip to content

Commit c0696f6

Browse files
committedJan 6, 2012
Fix an argument quoting issue, / is not allowed as a bareword.
1 parent f56453a commit c0696f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎wre/var/setupfiles/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http {
3333
}
3434

3535
location ~ /.* {
36-
proxy_pass http://localhost:[% config.get(starman/port) %];
36+
proxy_pass http://localhost:[% config.get('starman/port') %];
3737
}
3838

3939
##Include per-server vhost configuration files.

0 commit comments

Comments
 (0)
Please sign in to comment.