ff19b0e8d2
- added 3rd party module nginx-upstream-fair - added default webpages - update init script to match recommended guidelines - add /etc/nginx/conf.d support [#443280] - use /etc/sysconfig/nginx to determine nginx.conf [#442708]
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;
|
|
# }
|
|
#}
|
|
|