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 68e2ea0 commit 8b21476Copy full SHA for 8b21476
install/ubuntu/12.04/templates/web/nginx/php-fpm/wordpress2.stpl
@@ -1,7 +1,7 @@
1
server {
2
listen %ip%:%web_ssl_port%;
3
server_name %domain_idn% %alias_idn%;
4
- root %sdocroot%;
+ root %docroot%;
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