mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 02:38:23 +02:00
🐛 Fix many issues after PR review
This commit is contained in:
parent
2f6018c35c
commit
903a9356a9
18 changed files with 243 additions and 99 deletions
|
@ -103,6 +103,10 @@ http {
|
|||
add_header x-internal-redirect "$upstream_http_x_accel_redirect";
|
||||
}
|
||||
|
||||
location /api/export {
|
||||
proxy_pass http://127.0.0.1:6061;
|
||||
}
|
||||
|
||||
location /api {
|
||||
proxy_pass http://127.0.0.1:6060/api;
|
||||
}
|
||||
|
@ -115,10 +119,6 @@ http {
|
|||
proxy_pass http://127.0.0.1:6060/dbg;
|
||||
}
|
||||
|
||||
location /export {
|
||||
proxy_pass http://127.0.0.1:6061;
|
||||
}
|
||||
|
||||
location /telemetry {
|
||||
proxy_pass http://127.0.0.1:6070/inbox;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue