adjust main setting
This commit is contained in:
@@ -26,12 +26,9 @@ http {
|
||||
uwsgi_temp_path /tmp;
|
||||
scgi_temp_path /tmp;
|
||||
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; # Dropping SSLv3, ref: POODLE
|
||||
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
#ssl_certificate /path/to/your/key/fullchain.pem;
|
||||
#ssl_certificate_key /path/to/your/key/privkey.pem;
|
||||
|
||||
access_log /home/container/access.log;
|
||||
access_log /dev/stdout;
|
||||
error_log /home/container/error.log;
|
||||
@@ -41,4 +38,4 @@ http {
|
||||
gzip_disable "msie6";
|
||||
|
||||
include /home/container/nginx/conf.d/*.conf;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user