Skip to content

Commit 531a9ed

Browse files
authored
Merge pull request #12 from nginx-openid-connect/v1.01
fix: comment for certificate
2 parents 2c3f299 + 762f2ea commit 531a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oidc_frontend_backend.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ server {
3535
listen 15000 ssl;
3636
server_name nginx.azure.test;
3737

38-
# Replace your certificate here
38+
# Replace the following files with your certificate here
3939
ssl_certificate /etc/ssl/nginx/nginx-repo.crt;
4040
ssl_certificate_key /etc/ssl/nginx/nginx-repo.key;
4141

0 commit comments

Comments
 (0)