@@ -1,5 +1,6 @@
server {
listen 8081;
+ listen [::]:8081;
index index.php index.html;
server_name _;
error_log /var/log/nginx/error.log;