details: http://freenginx.org/hg/nginx/rev/985b0bda403c branches: changeset: 9212:985b0bda403c user: Maxim Dounin <[email protected]> date: Mon Feb 19 03:11:19 2024 +0300 description: Free nginx: changed domain to freenginx.org.
diffstat: docs/html/index.html | 4 +--- docs/man/nginx.8 | 4 ++-- docs/text/README | 2 +- misc/README | 2 +- src/http/modules/perl/nginx.pm | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diffs (62 lines): diff --git a/docs/html/index.html b/docs/html/index.html --- a/docs/html/index.html +++ b/docs/html/index.html @@ -14,9 +14,7 @@ font-family: Tahoma, Verdana, Arial, san working. Further configuration is required.</p> <p>For online documentation and support please refer to -<a href="http://nginx.org/">nginx.org</a>.<br/> -Commercial support is available at -<a href="http://nginx.com/">nginx.com</a>.</p> +<a href="http://freenginx.org/">freenginx.org</a>.</p> <p><em>Thank you for using nginx.</em></p> </body> diff --git a/docs/man/nginx.8 b/docs/man/nginx.8 --- a/docs/man/nginx.8 +++ b/docs/man/nginx.8 @@ -195,10 +195,10 @@ nginx -t -c ~/mynginx.conf \e .\"Xr nginx.conf 5 .\"Pp Documentation at -.Pa http://nginx.org/en/docs/ . +.Pa http://freenginx.org/en/docs/ . .Pp For questions and technical support, please refer to -.Pa http://nginx.org/en/support.html . +.Pa http://freenginx.org/en/support.html . .Sh HISTORY Development of .Nm diff --git a/docs/text/README b/docs/text/README --- a/docs/text/README +++ b/docs/text/README @@ -1,3 +1,3 @@ -Documentation is available at http://nginx.org +Documentation is available at http://freenginx.org diff --git a/misc/README b/misc/README --- a/misc/README +++ b/misc/README @@ -3,7 +3,7 @@ make -f misc/GNUmakefile release the required tools: *) xsltproc to build CHANGES, -*) xslscript.pl ( http://hg.nginx.org/xslscript ) to build XSLTs +*) xslscript.pl ( http://freenginx.org/hg/xslscript ) to build XSLTs from XSLScript sources. diff --git a/src/http/modules/perl/nginx.pm b/src/http/modules/perl/nginx.pm --- a/src/http/modules/perl/nginx.pm +++ b/src/http/modules/perl/nginx.pm @@ -125,7 +125,7 @@ This module provides a Perl interface to =head1 SEE ALSO -http://nginx.org/en/docs/http/ngx_http_perl_module.html +http://freenginx.org/en/docs/http/ngx_http_perl_module.html =head1 AUTHOR -- nginx-devel mailing list [email protected] https://freenginx.org/mailman/listinfo/nginx-devel
