-
Notifications
You must be signed in to change notification settings - Fork 0
/
nginx.conf
36 lines (27 loc) · 1.57 KB
/
nginx.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ©CopyRight 2013-2021 by OpenSpeedTest.COM. All Rights Reserved.
# Website : OpenSpeedTest.COM | email: [email protected]
# Developed by : Vishnu | https://vishnu.pro | email : [email protected]
# HTML5 Network Performance Estimation Tool -> [JS,XHR,SVG,HTML,CSS]
# Started in 2011 and Moved to OpenSpeedTest.COM Dedicated Project/Domain Name in 2013.
# SpeedTest Script -> 2013 -> Beta | 2015 -> V1 | 2019 ->V2 | 2020 V2.1 | 2021 V2.12.
# Slef-Hosted OpenSpeedTest-Server (iFrame/Nginx) -> 2015.
# OpenSpeedTest-Server (On-premises) -> 2020 V1 | 2021 V2 & V2.1 [Node.js/Electron JS, Docker]
# Download -> https://go.openspeedtest.com/Server
# Like this Project? Please Donate NOW & Keep us Alive -> https://go.openspeedtest.com/Donate
# Share — copy and redistribute the material in any medium or format for any purpose, even commercially.
# Read full license terms @ https://go.openspeedtest.com/License
# If you have any Questions or Comments Please Send it via -> https://go.openspeedtest.com/SendMessage
worker_processes auto;
worker_rlimit_nofile 100000;
events {
worker_connections 2048;
multi_accept on;
}
error_log /usr/local/nginx/logs/error.log notice;
pid /tmp/nginx.pid;
http {
include mime.types;
default_type application/octet-stream;
include /etc/nginx/conf.d/*.conf;
}
# Make this Nginx conf. Better? Send me you ideas -> https://go.openspeedtest.com/SendMessage