it's working

This commit is contained in:
2022-04-29 16:50:33 +02:00
parent bcae7fd04d
commit 78f45afdb0
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
[submodule "d7"] [submodule "d7"]
path = d7 path = d7
url = https://figureslibres.io/gogs/bachir/performance-art.fr.git url = https://figureslibres.io/gogs/bachir/Clameurs.git
+4 -4
View File
@@ -1,8 +1,8 @@
server { server {
listen 80; 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; index index.html index.php;
server_name dev.performance-art.fr; server_name dev.clameurs-lawebserie.fr;
charset utf-8; charset utf-8;
@@ -39,8 +39,8 @@ server {
server { server {
listen 80; listen 80;
root /var/www/html/performance-art.fr/static_html; root /var/www/html/clameurs-lawebserie.fr/static_html;
server_name static.performance-art.fr; 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 index index.html index.js index.css index.json index.woff index.ttf; # index.ico index.jpg index.png index.gif index.jpeg
Submodule
+1
Submodule d7 added at 092758ecb0