We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa8718 commit a6bd538Copy full SHA for a6bd538
install/ubuntu/16.10/templates/web/nginx/php-fpm/pyrocms.stpl
@@ -1,7 +1,7 @@
1
server {
2
listen %ip%:%web_ssl_port%;
3
server_name %domain_idn% %alias_idn%;
4
- root %docroot%/public;
+ root %sdocroot%/public;
5
index index.php index.html index.htm;
6
access_log /var/log/nginx/domains/%domain%.log combined;
7
access_log /var/log/nginx/domains/%domain%.bytes bytes;
0 commit comments