Skip to content

Commit

Permalink
chore: docker添加ipv6的监听
Browse files Browse the repository at this point in the history
  • Loading branch information
xboard committed Mar 8, 2024
1 parent 9455d9e commit 9241369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .docker/etc/nginx/http.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen 7001 default_server;
listen [::]:7001 default_server;

root /www/public/;
index index.html index.htm;
Expand Down

0 comments on commit 9241369

Please sign in to comment.