Explorar el Código

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

Bachir Soussi Chiadmi hace 5 años
padre
commit
fc235a115b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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