0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-18 18:51:29 -05:00

🐛 Add missing resolver to frontend docker image

This commit is contained in:
Andrey Antukh 2022-06-13 14:44:40 +02:00
parent 65753cdc17
commit 6190ce9b35

View file

@ -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;