Skip to content

Commit

Permalink
Update nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Apr 17, 2024
1 parent 77b03f4 commit 1182894
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/tpl/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server
{
# reuseport 只能在一个server出现一次
listen {$PORT};
listen [::]:{$PORT};
server_name {$SERVER_NAME};
Expand Down

0 comments on commit 1182894

Please sign in to comment.