Cloudron 7.1.2 Firewall not IPv6 ready?
-
I tried to add IPv6 ACL to the Firewall but received this error message:
<html> <head><title>413 Request Entity Too Large</title></head> <body> <center><h1>413 Request Entity Too Large</h1></center> <hr><center>nginx</center> </body> </html>
-
@imc67 essentially the patch for this is https://git.cloudron.io/cloudron/box/-/commit/eb0662b2455e0687ab3ce5dd02d2466e16670092 so two files need to be adjusted. The
.ejs
file is a template which will result in/etc/nginx/applications/my.<domain.com>.conf
so besides the editing the .ejs file additionally edit that file and thensystemctl restart nginx
andsystemctl restart box
.