Skip to content

Commit

Permalink
Added reuseport
Browse files Browse the repository at this point in the history
  • Loading branch information
openspeedtest authored and VishnuNampoothiri committed Jan 28, 2024
1 parent 6b78632 commit f452c9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions OpenSpeedTest-Server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

server {
server_name _ localhost YOURDOMAIN;
listen 3000;
listen 3001 ssl;
listen [::]:3000;
listen [::]:3001 ssl;
listen 3000 reuseport;
listen 3001 ssl reuseport;
listen [::]:3000 reuseport;
listen [::]:3001 ssl reuseport;
# If you like to Enable HTTP2 add "http2" to the above line.
# If HTTP2 Enabled. Upload location should Proxy_Pass to http 1.1 port.
# Otherwise you will see abnormal Upload Speeds.
Expand Down

0 comments on commit f452c9b

Please sign in to comment.