diff --git a/docker/devenv/files/nginx.conf b/docker/devenv/files/nginx.conf index d2573be684..f3a0023ceb 100644 --- a/docker/devenv/files/nginx.conf +++ b/docker/devenv/files/nginx.conf @@ -145,8 +145,8 @@ http { proxy_pass http://127.0.0.1:3000/; } - location /playground { - alias /home/penpot/penpot/experiments/; + location /wasm-playground { + alias /home/penpot/penpot/frontend/resources/public/wasm-playground/; add_header Cache-Control "no-cache, max-age=0"; autoindex on; }