Browse Source

updated docker for new drupal setup : composer create-project drupal-project

Bachir Soussi Chiadmi 5 years ago
parent
commit
fc235a115b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Docker/nginx/default.conf
  2. 1 1
      public_html

+ 1 - 1
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;
 

+ 1 - 1
public_html

@@ -1 +1 @@
-Subproject commit 86792830fb927ce93b3a3e7eb97530c9ad2781f7
+Subproject commit 5ef12196cf5a04eb3963ce4c5907113b40a28f7b