Skip to content

Commit 01896e7

Browse files
committed
updating repo URL
1 parent 27afd96 commit 01896e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tasks/install/setup-debian-repos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
path: /etc/apt/apt.conf.d/90app-protect-security-updates
3131
create: true
3232
block: |
33-
Acquire::https::app-protect-sigs.nginx.com::Verify-Peer "true";
34-
Acquire::https::app-protect-sigs.nginx.com::Verify-Host "true";
35-
Acquire::https::app-protect-sigs.nginx.com::SslCert "/etc/ssl/nginx/{{ nginx_app_protect_license.certificate | basename }}";
36-
Acquire::https::app-protect-sigs.nginx.com::SslKey "/etc/ssl/nginx/{{ nginx_app_protect_license.key | basename }}";
33+
Acquire::https::app-protect-security-updates.nginx.com::Verify-Peer "true";
34+
Acquire::https::app-protect-security-updates.nginx.com::Verify-Host "true";
35+
Acquire::https::app-protect-security-updates.nginx.com::SslCert "/etc/ssl/nginx/{{ nginx_app_protect_license.certificate | basename }}";
36+
Acquire::https::app-protect-security-updates.nginx.com::SslKey "/etc/ssl/nginx/{{ nginx_app_protect_license.key | basename }}";
3737
state: "{{ nginx_app_protect_license_status | default ('present') }}"
3838
mode: 0444
3939

0 commit comments

Comments
 (0)