Initial commit
This commit is contained in:
commit
8ff42c1253
35 changed files with 1188 additions and 0 deletions
20
conf.d/example_ssl.conf_disabled
Normal file
20
conf.d/example_ssl.conf_disabled
Normal file
|
@ -0,0 +1,20 @@
|
|||
# HTTPS server
|
||||
#
|
||||
#server {
|
||||
# listen 443 ssl;
|
||||
# server_name localhost;
|
||||
|
||||
# ssl_certificate /etc/nginx/cert.pem;
|
||||
# ssl_certificate_key /etc/nginx/cert.key;
|
||||
|
||||
# ssl_session_cache shared:SSL:1m;
|
||||
# ssl_session_timeout 5m;
|
||||
|
||||
# ssl_ciphers HIGH:!aNULL:!MD5;
|
||||
# ssl_prefer_server_ciphers on;
|
||||
|
||||
# location / {
|
||||
# root /usr/share/nginx/html;
|
||||
# index index.html index.htm;
|
||||
# }
|
||||
#}
|
Loading…
Add table
Add a link
Reference in a new issue