feat(proxy): Initial IPv6 support (#1577)

This commit is contained in:
Skyler Mäntysaari 2023-02-08 21:53:48 +02:00 committed by GitHub
parent dc9da7480c
commit 43359f1d26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ http {
client_max_body_size 50000M;
listen 8080;
listen [::]:8080;
access_log off;
location /api {