mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🐛 Fix default nginx configuration for docker images
This commit is contained in:
parent
d31138db72
commit
e8e3398a74
1 changed files with 3 additions and 3 deletions
|
@ -102,9 +102,9 @@ http {
|
||||||
proxy_pass http://penpot-backend:6060/api;
|
proxy_pass http://penpot-backend:6060/api;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /admin {
|
# location /admin {
|
||||||
proxy_pass http://penpot-admin:6065/admin;
|
# proxy_pass http://penpot-admin:6065/admin;
|
||||||
}
|
# }
|
||||||
|
|
||||||
location /ws/notifications {
|
location /ws/notifications {
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue