We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2d088 + 30fdf4e commit 2c45cf6Copy full SHA for 2c45cf6
nginx-default.conf
@@ -1,5 +1,6 @@
1
server {
2
listen 8080;
3
+ listen [::]:8080;
4
root /usr/share/nginx/html;
5
index index.html index.htm;
6
0 commit comments