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 f5737ed commit adc57e0Copy full SHA for adc57e0
install/ubuntu/16.10/templates/web/nginx/php-fpm/owncloud.stpl
@@ -1,7 +1,7 @@
1
server {
2
listen %ip%:%web_ssl_port%;
3
server_name %domain_idn% %alias_idn%;
4
- root %docroot%;
+ root %sdocroot%;
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