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 6ca246c + 2c45cf6 commit a7fe437Copy full SHA for a7fe437
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