Skip to content

Commit a6bd538

Browse files
authored
Update pyrocms.stpl
1 parent 0fa8718 commit a6bd538

File tree

1 file changed

+1
-1
lines changed
  • install/ubuntu/16.10/templates/web/nginx/php-fpm

1 file changed

+1
-1
lines changed

install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
server {
22
listen %ip%:%web_ssl_port%;
33
server_name %domain_idn% %alias_idn%;
4-
root %docroot%/public;
4+
root %sdocroot%/public;
55
index index.php index.html index.htm;
66
access_log /var/log/nginx/domains/%domain%.log combined;
77
access_log /var/log/nginx/domains/%domain%.bytes bytes;

0 commit comments

Comments
 (0)