Skip to content

Commit

Permalink
/ is the path in a deep Config::JSON fetch, not .
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Feb 8, 2012
1 parent 2889ad6 commit 734098b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wre/var/setupfiles/demo.nginx
@@ -1,10 +1,10 @@
server {
server_name [% config.get('demo.hostname') %];
server_name [% config.get('demo/hostname') %];

listen [% config.get('nginx/port') %]; ## listen for ipv4

access_log [% domainRoot %]/[% config.get('demo.hostname') %]/logs/access.log combined;
root [% domainRoot %]/[% config.get('demo.hostname') %]/public;
access_log [% domainRoot %]/[% config.get('demo/hostname') %]/logs/access.log combined;
root [% domainRoot %]/[% config.get('demo/hostname') %]/public;
client_max_body_size 20M;

# proxy webgui to starman listening on 127.0.0.1
Expand Down

0 comments on commit 734098b

Please sign in to comment.