Compare commits
No commits in common. "678d6c8a8ea1dc2f699cd4593801e6d85d053e64" and "886faeaead6d1da8a5f314ed00b1ca46484177cd" have entirely different histories.
678d6c8a8e
...
886faeaead
|
@ -1,5 +0,0 @@
|
||||||
################################################################################
|
|
||||||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
|
||||||
################################################################################
|
|
||||||
|
|
||||||
/.vs
|
|
|
@ -49,8 +49,6 @@ http {
|
||||||
server {
|
server {
|
||||||
listen 8000 ssl;
|
listen 8000 ssl;
|
||||||
server_name 106.52.199.114;
|
server_name 106.52.199.114;
|
||||||
client_max_body_size 100M; # 允许最大 100MB 的请求体
|
|
||||||
|
|
||||||
ssl_certificate /etc/nginx/certs/gateway.crt;
|
ssl_certificate /etc/nginx/certs/gateway.crt;
|
||||||
ssl_certificate_key /etc/nginx/certs/gateway.key;
|
ssl_certificate_key /etc/nginx/certs/gateway.key;
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
@ -146,7 +144,6 @@ http {
|
||||||
server {
|
server {
|
||||||
listen 8002 ssl;
|
listen 8002 ssl;
|
||||||
server_name 106.52.199.114;
|
server_name 106.52.199.114;
|
||||||
client_max_body_size 100M; # 允许最大 100MB 的请求体
|
|
||||||
ssl_certificate /etc/nginx/certs/gateway.crt;
|
ssl_certificate /etc/nginx/certs/gateway.crt;
|
||||||
ssl_certificate_key /etc/nginx/certs/gateway.key;
|
ssl_certificate_key /etc/nginx/certs/gateway.key;
|
||||||
ssl_protocols TLSv1.2 TLSv1.3;
|
ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
|
Loading…
Reference in New Issue