mirror of
https://github.com/penpot/penpot.git
synced 2025-03-12 15:51:37 -05:00
Merge pull request #4985 from penpot/niwinz-hotfix-2
🐛 Disable ipv6 from docker nginx resolver.
This commit is contained in:
commit
efb70f0b97
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ http {
|
||||||
|
|
||||||
gzip_types text/plain text/css text/javascript application/javascript application/json application/transit+json;
|
gzip_types text/plain text/css text/javascript application/javascript application/json application/transit+json;
|
||||||
|
|
||||||
resolver $PENPOT_INTERNAL_RESOLVER;
|
proxy_buffer_size 16k;
|
||||||
|
proxy_busy_buffers_size 24k; # essentially, proxy_buffer_size + 2 small buffers of 4k
|
||||||
|
proxy_buffers 32 4k;
|
||||||
|
resolver $PENPOT_INTERNAL_RESOLVER ipv6=off;
|
||||||
|
|
||||||
map $http_upgrade $connection_upgrade {
|
map $http_upgrade $connection_upgrade {
|
||||||
default upgrade;
|
default upgrade;
|
||||||
|
|
Loading…
Add table
Reference in a new issue