mirror of
https://github.com/penpot/penpot.git
synced 2026-05-14 12:34:10 +00:00
🐛 Fix default nginx configuration for docker images
This commit is contained in:
parent
d31138db72
commit
e8e3398a74
@ -102,9 +102,9 @@ http {
|
||||
proxy_pass http://penpot-backend:6060/api;
|
||||
}
|
||||
|
||||
location /admin {
|
||||
proxy_pass http://penpot-admin:6065/admin;
|
||||
}
|
||||
# location /admin {
|
||||
# proxy_pass http://penpot-admin:6065/admin;
|
||||
# }
|
||||
|
||||
location /ws/notifications {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user