From b9a551f8febf83d794b7a9dce14a3a3b133d2e0c Mon Sep 17 00:00:00 2001
From: peter_rabbit <pierrejarriges@gmail.com>
Date: Wed, 20 Jan 2021 18:01:05 +0100
Subject: [PATCH] test nginx conf

---
 nginx.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nginx.conf b/nginx.conf
index 92c68cf..d86ffc8 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -29,6 +29,8 @@ http {
     include /etc/nginx/conf.d/*.conf;
 
 	server {
+        listen 80;
+        server_name kuadrado-software.fr www.kuadrado-software.fr;
 		location / {
 			add_header 'Access-Control-Allow-Origin' '*';
 		}
-- 
GitLab