From 6bf1c3a6f24917f5c071d83b5927ec6f01deb79d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Diemer?= <stephane.diemer@ubicast.eu>
Date: Tue, 26 Jun 2018 08:27:20 +0200
Subject: [PATCH] Fixed CM APT proxy url.

---
 2.Common_services/5.Nginx/vhost_skyreach.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/2.Common_services/5.Nginx/vhost_skyreach.conf b/2.Common_services/5.Nginx/vhost_skyreach.conf
index 7945e3aa..58992c94 100644
--- a/2.Common_services/5.Nginx/vhost_skyreach.conf
+++ b/2.Common_services/5.Nginx/vhost_skyreach.conf
@@ -67,7 +67,7 @@ server {
 	}
 
 	# APT proxy urls
-	location ~ /[\w\d\.-_]+.ubuntu.com/ubuntu {
+	location ~ /[\w\d\.\-\_]+.ubuntu.com/ubuntu {
 		proxy_pass http://127.0.0.1:3142;
 	}
 }
-- 
GitLab