Update devenv nginx to serve locally builded plugins

This commit is contained in:
Andrey Antukh
2026-02-09 19:09:19 +01:00
parent 15fa6206e2
commit a0fef67c16

View File

@@ -126,6 +126,12 @@ http {
proxy_http_version 1.1;
}
location /plugins {
autoindex on;
alias /home/penpot/penpot/plugins/dist/apps;
proxy_http_version 1.1;
}
location /mcp/ws {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';