We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95ea73a commit b240dd8Copy full SHA for b240dd8
docker/nginx/config/default.conf
@@ -33,6 +33,8 @@ server {
33
34
ssl_protocols TLSv1.3 TLSv1.2;
35
36
+ http2 on;
37
+
38
gzip on;
39
gzip_types text/plain text/javascript application/javascript text/css
40
docker/nginx/dev-config/default.conf
@@ -68,6 +68,8 @@ server {
68
ssl_certificate /usr/share/nginx/certs/cert.pem;
69
ssl_certificate_key /usr/share/nginx/certs/key.pem;
70
71
72
73
74
ssl_ciphers HIGH:!aNULL:!MD5;
75
0 commit comments