mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
✨ Add mcp plugin into the frontend bundle
This commit is contained in:
@@ -121,7 +121,7 @@ http {
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
|
||||
location /mcp {
|
||||
location /plugins/mcp {
|
||||
alias /home/penpot/penpot/mcp/packages/plugin/dist;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
|
||||
@@ -129,6 +129,11 @@ http {
|
||||
proxy_buffering off;
|
||||
}
|
||||
|
||||
location /plugins {
|
||||
alias /var/www/app/plugins;
|
||||
proxy_http_version 1.1;
|
||||
}
|
||||
|
||||
location /readyz {
|
||||
access_log off;
|
||||
proxy_pass $PENPOT_BACKEND_URI$request_uri;
|
||||
|
||||
Reference in New Issue
Block a user