@@ -1,5 +1,6 @@
server {
listen 80;
+ listen [::]:80;
server_name oxyta.net www.oxyta.net;
return 301 https://oxyta.net$request_uri;
}