No plugin server on TDrive

This commit is contained in:
Romaric Mourgues
2023-04-25 11:06:06 +02:00
parent a1c103d7d7
commit 9279d7a858
-6
View File
@@ -63,12 +63,6 @@ server {
proxy_pass ${NODE_HOST};
}
location ~ ^/(plugins).* {
set $target http://plugins_container:8080;
proxy_set_header X-Forwarded-Host $host;
proxy_pass $target;
}
location ~ ^/(api|administration/v2/).* {
proxy_set_header X-Forwarded-Host $host;
proxy_pass ${NODE_HOST};