We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e93e26f commit fa658ebCopy full SHA for fa658eb
wre/var/setupfiles/nginx.template
@@ -10,7 +10,7 @@ server {
10
listen [% config.get('nginx/port') %]; ## listen for ipv4
11
12
access_log [% domainRoot %]/[% sitename %]/logs/access.log combined;
13
- root [% domainRoot %]/www.example.com/public;
+ root [% domainRoot %]/[% sitename %]/public;
14
client_max_body_size 20M;
15
16
# proxy webgui to starman listening on 127.0.0.1
0 commit comments