Commit 2a8dbd0c authored by azhinu's avatar azhinu
Browse files

Update options.conf

parent 2484fd2e
client_max_body_size 500m;
client_max_body_size 100m;
server_tokens off;
reset_timedout_connection on;
keepalive_timeout 120;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
include /etc/letsencrypt/options-ssl-nginx.conf;
open_file_cache_errors off;
open_file_cache max=200000 inactive=20s;
open_file_cache_min_uses 2;
open_file_cache_valid 300s;
location ~ /\.git { deny all;}
location ~ /\.ht { deny all;}
location ~ /\.svn {deny all;}
ssl_ciphers ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-RSA-AES256-SHA384;
ssl_ecdh_curve secp384r1;
ssl_protocols TLSv1.2;
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment