4354b0d3eb
update to 0.6 upstream stable branch add default index.html and error pages
25 lines
466 B
Plaintext
25 lines
466 B
Plaintext
#
|
|
# HTTPS server configuration
|
|
#
|
|
|
|
#server {
|
|
# listen 443;
|
|
# server_name _;
|
|
|
|
# ssl on;
|
|
# ssl_certificate cert.pem;
|
|
# ssl_certificate_key cert.key;
|
|
|
|
# ssl_session_timeout 5m;
|
|
|
|
# ssl_protocols SSLv2 SSLv3 TLSv1;
|
|
# ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
|
|
# ssl_prefer_server_ciphers on;
|
|
|
|
# location / {
|
|
# root html;
|
|
# index index.html index.htm;
|
|
# }
|
|
#}
|
|
|