New environment variables for JWT keys

This commit is contained in:
Lou Knauer
2021-09-21 15:07:42 +02:00
parent 562c8ac71d
commit 3ae494f316
5 changed files with 9 additions and 1 deletions

View File

@@ -38,9 +38,9 @@ http {
error_log off;
gzip on;
gzip_disable "MSIE [1-6]\.";
gzip_comp_level 9;
gzip_min_length 200;
gzip_types text/plain text/html text/css application/json;
include /etc/nginx/conf.d/*.conf;
}