changeset 9212:985b0bda403c

Free nginx: changed domain to freenginx.org.
author Maxim Dounin <mdounin@mdounin.ru>
date Mon, 19 Feb 2024 03:11:19 +0300
parents 0d9e536ec628
children 23f109f0facc
files docs/html/index.html docs/man/nginx.8 docs/text/README misc/README src/http/modules/perl/nginx.pm
diffstat 5 files changed, 6 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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>
--- 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
--- 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
 
--- 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.
 
 
--- 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