Compare commits
3 Commits
886faeaead
...
678d6c8a8e
Author | SHA1 | Date |
---|---|---|
|
678d6c8a8e | |
|
67d7822159 | |
|
318240db25 |
|
@ -0,0 +1,5 @@
|
|||
################################################################################
|
||||
# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。
|
||||
################################################################################
|
||||
|
||||
/.vs
|
|
@ -49,6 +49,8 @@ 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;
|
||||
|
@ -144,6 +146,7 @@ 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;
|
||||
|
|
Loading…
Reference in New Issue