modified nginx default conf file

+ added openssl in nginx site conf file
+ reorganized readme
This commit is contained in:
hugo gogo
2022-08-31 18:04:05 +02:00
parent 2967738e7a
commit 9dffefff0c
5 changed files with 95 additions and 48 deletions

View File

@@ -46,7 +46,7 @@ http { # section for http server directives
# Gzip Settings
##
gzip on; # enable gzipping of responses. gzip is an algorithm that compress the data
gzip off; # enable gzipping of responses. gzip is an algorithm that compress the data (disabled for security reasons : https://bugs.debian.org/773332)
# gzip_vary on;
# gzip_proxied any;