Skip to content

Commit 734098b

Browse files
committedFeb 8, 2012
/ is the path in a deep Config::JSON fetch, not .
1 parent 2889ad6 commit 734098b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎wre/var/setupfiles/demo.nginx

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
server {
2-
server_name [% config.get('demo.hostname') %];
2+
server_name [% config.get('demo/hostname') %];
33

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

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

1010
# proxy webgui to starman listening on 127.0.0.1

0 commit comments

Comments
 (0)
Please sign in to comment.