Compare commits

...

1 Commits

Author SHA1 Message Date
Francis Santiago
18c85d4d99 🐛 Fix enable IPv6 support in nginx frontend 2026-02-05 20:01:09 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
resolver $PENPOT_INTERNAL_RESOLVER ipv6=off valid=10s;
resolver $PENPOT_INTERNAL_RESOLVER valid=10s;

View File

@@ -73,6 +73,7 @@ http {
server {
listen 8080 default_server;
listen [::]:8080 default_server;
server_name _;
client_max_body_size $PENPOT_HTTP_SERVER_MAX_MULTIPART_BODY_SIZE;