Skip to content

Commit fc55c82

Browse files
author
Alexandros Ioannides
authored
Update drupal-social.stpl
1 parent 514e8f1 commit fc55c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/templates/web/nginx/php-fpm/drupal-social.stpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
server {
77
listen %ip%:%web_ssl_port% ssl http2;
88
server_name %domain_idn% %alias_idn%;
9-
root %docroot%/web;
9+
root %docroot%/html;
1010
index index.php index.html index.htm;
1111
access_log /var/log/nginx/domains/%domain%.log combined;
1212
access_log /var/log/nginx/domains/%domain%.bytes bytes;

0 commit comments

Comments
 (0)