Redirect plugins to node
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user