Skip to content

Commit

Permalink
fix test code
Browse files Browse the repository at this point in the history
  • Loading branch information
KtKID committed Apr 9, 2023
1 parent 90fbe27 commit ded91b2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions conf/nginx/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Listen on ports 5000-60000 and SSL_PORT-60000 for SSL
${INSERT_HERE}
listen ${SSL_PORT}-60000 ssl default_server;
listen 5000-60000 ssl default_server;

server {
listen ${SSL_PORT_START}-${SSL_PORT_END} ssl default_server;
listen [::]:${SSL_PORT} ssl;
Expand Down

0 comments on commit ded91b2

Please sign in to comment.