Skip to content

Commit 800fa54

Browse files
Updated nginx-default.conf
1 parent 4a228d0 commit 800fa54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx-default.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
server {
22
listen 8080;
3+
listen [::]:8080;
34
root /usr/share/nginx/html;
45
index index.html index.htm;
56

0 commit comments

Comments
 (0)