We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdb2733 commit 22b3a15Copy full SHA for 22b3a15
nginx/nginx.conf.template
@@ -47,6 +47,7 @@ http {
47
acme_issuer letsencrypt {
48
uri https://acme-v02.api.letsencrypt.org/directory;
49
contact ${EMAIL};
50
+ #ssl_trusted_certificate /path/to/root_ca.crt;
51
state_path /var/cache/nginx/acme-letsencrypt;
52
53
accept_terms_of_service;
@@ -92,7 +93,6 @@ http {
92
93
94
proxy_pass http://django:8000;
95
}
- # MinIO console
96
include extra/maintenance.conf;
97
98
0 commit comments