mirror of
https://github.com/penpot/penpot.git
synced 2025-01-23 23:18:48 -05:00
🐛 Add missing resolver to frontend docker image
This commit is contained in:
parent
a3fd5d6516
commit
189d33221e
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,8 @@ http {
|
|||
|
||||
gzip_types text/plain text/css text/javascript application/javascript application/json application/transit+json;
|
||||
|
||||
resolver 127.0.0.11;
|
||||
|
||||
map $http_upgrade $connection_upgrade {
|
||||
default upgrade;
|
||||
'' close;
|
||||
|
|
Loading…
Add table
Reference in a new issue