From 221dbba3beb869d845c598d478860f5ffc7ad587 Mon Sep 17 00:00:00 2001 From: agatha Date: Sat, 6 Apr 2024 17:57:44 -0400 Subject: [PATCH] remove location /api/ from nginx.conf --- frontend/conf/nginx.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/conf/nginx.conf b/frontend/conf/nginx.conf index 6fb2c95..b4f5cd9 100644 --- a/frontend/conf/nginx.conf +++ b/frontend/conf/nginx.conf @@ -14,9 +14,5 @@ http { location / { try_files $uri $uri/ =404; } - - location /api/ { - proxy_pass http://backend:8000/; - } } } \ No newline at end of file