Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
9 years ago
Commit
16d0a1b382917ad19b2cd15f6fbe51a50f34a0d7
1 parent
4d4e987d
备份nginx文件
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
script/nginx/conf/vhost/testing/location/yohobuypc_httpskey.conf
script/nginx/conf/vhost/testing/yohobuypc0707.conf
script/nginx/conf/vhost/testing/location/yohobuypc_httpskey.conf
View file @
16d0a1b
ssl
on
;
ssl_dhparam
/
Data
/
local
/
nginx
-
1
.
8
.
0
/
conf
/
ssl
/
dhparam
.
pem
;
#
ssl_dhparam /Data/local/nginx-1.8.0/conf/ssl/dhparam.pem;
ssl_prefer_server_ciphers
on
;
ssl_protocols
TLSv1
TLSv1
.
1
TLSv1
.
2
;
...
...
script/nginx/conf/vhost/testing/yohobuypc0707.conf
View file @
16d0a1b
...
...
@@ -282,7 +282,7 @@ server
ssl_certificate
/
Data
/
local
/
nginx
-
1
.
8
.
0
/
conf
/
ssl
/
server
.
crt
;
ssl_certificate_key
/
Data
/
local
/
nginx
-
1
.
8
.
0
/
conf
/
ssl
/
server
.
key
;
ssl_dhparam
/
Data
/
local
/
nginx
-
1
.
8
.
0
/
conf
/
ssl
/
dhparam
.
pem
;
#
ssl_dhparam /Data/local/nginx-1.8.0/conf/ssl/dhparam.pem;
ssl_prefer_server_ciphers
on
;
ssl_protocols
TLSv1
TLSv1
.
1
TLSv1
.
2
;
...
...
Please
register
or
login
to post a comment