Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix an argument quoting issue, / is not allowed as a bareword.
  • Loading branch information
perlDreamer committed Jan 6, 2012
1 parent f56453a commit c0696f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wre/var/setupfiles/nginx.conf
Expand Up @@ -33,7 +33,7 @@ http {
}

location ~ /.* {
proxy_pass http://localhost:[% config.get(starman/port) %];
proxy_pass http://localhost:[% config.get('starman/port') %];
}

##Include per-server vhost configuration files.
Expand Down

0 comments on commit c0696f6

Please sign in to comment.