39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
server {
|
|
listen 85 ssl ;
|
|
server_name streamlinebeta.qygaming.com;
|
|
ssl_certificate /root/disk2/ssl/streamlinebeta.qygaming.com/8654406_streamlinebeta.qygaming.com.pem ;
|
|
ssl_certificate_key /root/disk2/ssl/streamlinebeta.qygaming.com/8654406_streamlinebeta.qygaming.com.key;
|
|
location / {
|
|
proxy_pass http://47.241.67.111:85 ;
|
|
proxy_set_header host streamlinebeta.qygaming.com;
|
|
access_log /root/disk2/logs/sportcarbeta.qygaming.com main-upstream;
|
|
error_log /root/logs/sportcarbeta.qygaming.err ;
|
|
}
|
|
}
|
|
|
|
server {
|
|
listen 88 ;
|
|
server_name streamlineshow.qygaming.com;
|
|
location / {
|
|
proxy_pass http://127.0.0.1:60403;
|
|
access_log /root/disk2/logs/streamlineshow.qygaming.com main-upstream;
|
|
error_log /root/logs/streamlineshow.qygaming.err ;
|
|
}
|
|
}
|
|
|
|
|
|
server {
|
|
listen 85 ssl ;
|
|
server_name sportcarbeta.qygaming.com;
|
|
ssl_certificate /root/disk2/ssl/sportcarbeta.qygaming.com/8600710_sportcarbeta.qygaming.com.pem ;
|
|
ssl_certificate_key /root/disk2/ssl/sportcarbeta.qygaming.com/8600710_sportcarbeta.qygaming.com.key;
|
|
location / {
|
|
# proxy_pass https://127.0.0.1:61010 ;
|
|
proxy_pass https://47.241.67.111:85;
|
|
proxy_set_header host sportcarbeta.qygaming.com ;
|
|
proxy_http_version 1.1;
|
|
access_log /root/disk2/logs/sportcarbeta.qygaming.com main-upstream;
|
|
error_log /root/logs/sportcarbeta.qygaming.err ;
|
|
}
|
|
}
|