aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/cargo/nginx.conf
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-11-23 08:45:51 +0000
committerterminaldweller <thabogre@gmail.com>2022-11-23 08:45:51 +0000
commit7bcd7a5b12c428dcb6e60a94ff315a9e39511d13 (patch)
tree9493b9d7886f8d32d7575bb3d55ca43599b1e2e8 /terminaldweller.com/cargo/nginx.conf
parenttsocks and zsh prompt update (diff)
downloadscripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.tar.gz
scripts-7bcd7a5b12c428dcb6e60a94ff315a9e39511d13.zip
update
Diffstat (limited to 'terminaldweller.com/cargo/nginx.conf')
-rw-r--r--terminaldweller.com/cargo/nginx.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/terminaldweller.com/cargo/nginx.conf b/terminaldweller.com/cargo/nginx.conf
index 118825c..eafeeee 100644
--- a/terminaldweller.com/cargo/nginx.conf
+++ b/terminaldweller.com/cargo/nginx.conf
@@ -3,10 +3,10 @@ events {
}
http {
server {
- listen 8080 ssl;
+ listen 8080 ssl http2;
keepalive_timeout 70;
- ssl_certificate /certs/server.cert;
- ssl_certificate_key /certs/server.key;
+ ssl_certificate /certs/cert1.pem;
+ ssl_certificate_key /certs/privkey1.pem;
ssl_protocols TLSv1.2 TLSv1.3;
ssl_ciphers HIGH:!aNULL:!MD5;
sendfile on;