Redirect plugins to node

This commit is contained in:
Romaric Mourgues
2023-04-25 13:20:57 +02:00
parent b0c94e86ac
commit 362f82a29a
+1 -1
View File
@@ -58,7 +58,7 @@ server {
try_files $uri /index.html;
}
location ~ ^/(internal).* {
location ~ ^/(internal|plugins).* {
proxy_set_header X-Forwarded-Host $host;
proxy_pass ${NODE_HOST};
}