From 86d7f6a6b785f1d84ed1f41dab0cceabd717e16a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Pailharey?= <rpailharey@grandlyon.com>
Date: Fri, 10 May 2024 09:21:11 +0200
Subject: [PATCH] chore: remove nginx config for swagger

---
 nginx/site.local.conf | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/nginx/site.local.conf b/nginx/site.local.conf
index 061f4518..f68fbbd9 100644
--- a/nginx/site.local.conf
+++ b/nginx/site.local.conf
@@ -24,9 +24,6 @@ server {
         location /Logout {
             proxy_pass https://host.docker.internal:1443/Logout;
         }
-        location /doc {
-            proxy_pass https://host.docker.internal:1443/doc;
-        }
         location /imageNames {
             proxy_pass https://host.docker.internal:1443/api/animator/imageNames;
         }
-- 
GitLab