Compare commits

..

No commits in common. "678d6c8a8ea1dc2f699cd4593801e6d85d053e64" and "886faeaead6d1da8a5f314ed00b1ca46484177cd" have entirely different histories.

2 changed files with 0 additions and 8 deletions

5
.gitignore vendored
View File

@ -1,5 +0,0 @@
################################################################################
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
################################################################################
/.vs

View File

@ -49,8 +49,6 @@ http {
server {
listen 8000 ssl;
server_name 106.52.199.114;
client_max_body_size 100M; # 允许最大 100MB 的请求体
ssl_certificate /etc/nginx/certs/gateway.crt;
ssl_certificate_key /etc/nginx/certs/gateway.key;
ssl_protocols TLSv1.2 TLSv1.3;
@ -146,7 +144,6 @@ http {
server {
listen 8002 ssl;
server_name 106.52.199.114;
client_max_body_size 100M; # 允许最大 100MB 的请求体
ssl_certificate /etc/nginx/certs/gateway.crt;
ssl_certificate_key /etc/nginx/certs/gateway.key;
ssl_protocols TLSv1.2 TLSv1.3;