From 361b43f61392c9bc501c5cf8ee31c349df181abd Mon Sep 17 00:00:00 2001 From: MaelREBOUX Date: Tue, 30 Mar 2021 00:07:34 +0200 Subject: [PATCH] Update conf_nginx --- nginx/conf_nginx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nginx/conf_nginx b/nginx/conf_nginx index 510e23e..f82ee93 100644 --- a/nginx/conf_nginx +++ b/nginx/conf_nginx @@ -18,10 +18,6 @@ server { root /data/projets/ar_redadeg/www/; } - location /mviewer/ { - alias /data/projets/mviewer/; - } - location ~/2021/(.*)$ { alias /data/projets/ar_redadeg/data/2021/$1 ; }