Browse Source

it's working

bach 2 years ago
parent
commit
78f45afdb0
3 changed files with 6 additions and 5 deletions
  1. 1 1
      .gitmodules
  2. 4 4
      Docker/nginx/default.conf
  3. 1 0
      d7

+ 1 - 1
.gitmodules

@@ -1,3 +1,3 @@
 [submodule "d7"]
 	path = d7
-	url = https://figureslibres.io/gogs/bachir/performance-art.fr.git
+	url = https://figureslibres.io/gogs/bachir/Clameurs.git

+ 4 - 4
Docker/nginx/default.conf

@@ -1,8 +1,8 @@
 server {
     listen 80;
-    root /var/www/html/performance-art.fr/public_html;
+    root /var/www/html/clameurs-lawebserie.fr/public_html;
     index index.html index.php;
-    server_name dev.performance-art.fr;
+    server_name dev.clameurs-lawebserie.fr;
 
     charset utf-8;
 
@@ -39,8 +39,8 @@ server {
 
 server {
     listen 80;
-    root /var/www/html/performance-art.fr/static_html;
-    server_name static.performance-art.fr;
+    root /var/www/html/clameurs-lawebserie.fr/static_html;
+    server_name static.clameurs-lawebserie.fr;
 
     index index.html index.js index.css index.json index.woff index.ttf; # index.ico index.jpg index.png index.gif index.jpeg  
 

+ 1 - 0
d7

@@ -0,0 +1 @@
+Subproject commit 092758ecb0ac9c56f670ee47ec3c386c1caefcfe