Skip to content

Commit f81f508

Browse files
authored
chore: format nginx https file
1 parent 8e5bb4d commit f81f508

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/network/nginx_https.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ server {
5454
# https://cryptcheck.fr/
5555
ssl_certificate /etc/letsencrypt/live/%s/fullchain.pem;
5656
ssl_certificate_key /etc/letsencrypt/live/%s/privkey.pem;
57-
# Verify chain of trust of OCSP response using Root CA and Intermediate certs
58-
ssl_trusted_certificate /etc/letsencrypt/live/%s/chain.pem;
57+
# Verify chain of trust of OCSP response using Root CA and Intermediate certs
58+
ssl_trusted_certificate /etc/letsencrypt/live/%s/chain.pem;
5959
6060
# Only return Nginx in server header
6161
server_tokens off;

0 commit comments

Comments
 (0)