HAProxy Manager
Dashboard
๐ Add Domain
Domains
Frontends
Backends
Configs
Servers
ACL Rules
Certs
Gunicorn
Firewall
Check Domain
Settings
Login
๐
Frontends
โ๏ธ
Backends
๐งพ Web Server Config
Select a server to view its configuration
Server
nginx
apache
File
-- Select a config file --
api.camthis.net.conf
api.cyvoo.com.conf
appapi.cyvoo.com.conf
be.cyvoo.com.conf
haproxy.lawmatic.vn.conf
kong.cyvoo.com.conf
noviv.com.conf
All
0-9
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
View
Directory:
/etc/nginx/conf.d/
server { server_name api.camthis.net; listen 127.0.0.1:80; # listen 127.0.0.1:443 ssl; # ssl_certificate /etc/letsencrypt/live/api.camthis.net/fullchain.pem; # ssl_certificate_key /etc/letsencrypt/live/api.camthis.net/privkey.pem; client_max_body_size 20M; location / { proxy_pass http://localhost:2001; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_set_header Host $host; } location /explorer { proxy_pass http://localhost:2001/explorer; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $http_connection; proxy_set_header Host $host; } }
Save
Reload