From a45ba86dde094405fd3abb4516057fe1c015eac7 Mon Sep 17 00:00:00 2001
From: Rachel Gaubil <rachel.gaubil@univ-grenoble-alpes.fr>
Date: Wed, 22 May 2024 10:16:56 +0200
Subject: [PATCH] [fix] server name

---
 crenum.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crenum.conf b/crenum.conf
index 088d8722..4eb1f6c2 100644
--- a/crenum.conf
+++ b/crenum.conf
@@ -1,5 +1,5 @@
 <VirtualHost *:80>
-ServerName crenum.v2
+ServerName crenum
 ProxyPreserveHost On
 ProxyPass / http://localhost:5000/
 ProxyPassReverse / http://localhost:5000/
-- 
GitLab