WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit ae3f135

Browse files
committed
acme: point to the documentation on nginx.org
(cherry picked from commit 2ae8f75)
1 parent 7685942 commit ae3f135

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

alpine/Makefile.module-acme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ and reload nginx:
4848
load_module modules/ngx_http_acme_module.so;
4949

5050
Please refer to the module documentation for further details:
51-
https://github.com/nginx/nginx-acme/
51+
https://nginx.org/en/docs/http/ngx_http_acme_module.html
5252

5353
----------------------------------------------------------------------
5454
BANNER

debian/Makefile.module-acme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ and reload nginx:
4949
load_module modules/ngx_http_acme_module.so;
5050

5151
Please refer to the module documentation for further details:
52-
https://github.com/nginx/nginx-acme/
52+
https://nginx.org/en/docs/http/ngx_http_acme_module.html
5353

5454
----------------------------------------------------------------------
5555
BANNER

rpm/SPECS/Makefile.module-acme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ and reload nginx:
5858
load_module modules/ngx_http_acme_module.so;
5959

6060
Please refer to the module documentation for further details:
61-
https://github.com/nginx/nginx-acme/
61+
https://nginx.org/en/docs/http/ngx_http_acme_module.html
6262

6363
----------------------------------------------------------------------
6464
BANNER

0 commit comments

Comments
 (0)