From fc235a115bd2f0801e57ba1373aa82d236902ced Mon Sep 17 00:00:00 2001 From: Bachir Soussi Chiadmi Date: Mon, 28 Jan 2019 21:44:53 +0100 Subject: [PATCH] updated docker for new drupal setup : composer create-project drupal-project --- Docker/nginx/default.conf | 2 +- public_html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/nginx/default.conf b/Docker/nginx/default.conf index 67a57b5..fb327d0 100644 --- a/Docker/nginx/default.conf +++ b/Docker/nginx/default.conf @@ -1,6 +1,6 @@ server { listen 80 default_server; - root /var/www/html/d8.materio.com/public_html; + root /var/www/html/d8.materio.com/public_html/web; index index.html index.php; server_name *.materio.com; diff --git a/public_html b/public_html index 8679283..5ef1219 160000 --- a/public_html +++ b/public_html @@ -1 +1 @@ -Subproject commit 86792830fb927ce93b3a3e7eb97530c9ad2781f7 +Subproject commit 5ef12196cf5a04eb3963ce4c5907113b40a28f7b