mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
CONFIG NGIX
This commit is contained in:
parent
2c01badd76
commit
bd45fb5e22
1 changed files with 20 additions and 0 deletions
|
|
@ -37,4 +37,24 @@ server {
|
||||||
# return 301 https://$host$request_uri;
|
# return 301 https://$host$request_uri;
|
||||||
#}
|
#}
|
||||||
|
|
||||||
|
|
||||||
|
#TEST DE CONFIG PROD
|
||||||
|
#server {
|
||||||
|
#listen 443 ssl http2;
|
||||||
|
#ssl_protocols TLSv1.2 TLSv1.3;
|
||||||
|
#ssl_prefer_server_ciphers on;
|
||||||
|
#ssl_ciphers ECDH+AESGCM:ECDH+AES256-CBC:ECDH+AES128-CBC:DH+3DES:!ADH:!AECDH:!MD5;
|
||||||
|
#ssl_certificate ...;
|
||||||
|
#ssl_certificate_key ...;
|
||||||
|
#ssl_dhparam /etc/nginx/certs/dhparam.pem;
|
||||||
|
#ssl_stapling on;
|
||||||
|
#ssl_stapling_verify on;
|
||||||
|
#ssl_trusted_certificate /etc/nginx/certs/lets-encrypt-x3-cross-signed.pem;
|
||||||
|
#ssl_session_cache shared:SSL:40m;
|
||||||
|
#ssl_session_timeout 4h;
|
||||||
|
#ssl_session_tickets on;
|
||||||
|
|
||||||
|
#add_header Strict-Transport-Security "max-age=31536000" always;
|
||||||
|
#}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue