This commit is contained in:
the-djmaze 2024-09-22 19:02:17 +02:00
parent 93cc623891
commit 109a110202

View file

@ -52,6 +52,8 @@ http {
server {
listen 8888;
listen [::]:8888;
#listen [::]:8888 ipv6only=off;
root /snappymail;
index index.php;
charset utf-8;