-These pages are served up by the fast and flexible http://www.nginx.org/[nginx webserver]. In addition, there are a few locally crafted CGI scripts. Indexing of the mailing list archive are provided by freewais-sf, a derivative of the CNIDR freewais.
+These pages are served up by the fast and flexible http://www.nginx.org/[NGINX webserver] and https://varnish-cache.org/[Varnish HTTP Cache].
+In addition, there are a few locally crafted CGI scripts.
+Indexing of the mailing list archive are provided by freewais-sf, a derivative of the CNIDR freewais.
== The Pages
@@ -51,10 +53,6 @@
The original page design was done by Megan McCormack.
-== link:{fdp-primer}#the-website-build[Building and updating the FreeBSD Web Pages]
-
-This document describes how to build and update the FreeBSD Web pages from the Git repository by hand.
-
== Update of the FreeBSD Web Pages
The FreeBSD Web Pages on `www.FreeBSD.org` are currently rebuilt according to the following schedule:
@@ -63,14 +61,9 @@
[cols=",",options="header",]
|===
|Build Time (UTC) |Build type
-|Every 10 minutes |English www only, if no other build is running
-|Every Sunday at 00:00 |Full build with a new tree checkout
-|Every 1 hour |English only
-|Every 3 hours |Full build
+|Every 10 minutes |If there is a change in the https://cgit.freebsd.org/doc/log/[doc repository]
|===
-== Mirroring the FreeBSD Web Pages
-
-It is possible to link:../mirror[mirror] the FreeBSD web pages on www.FreeBSD.org.
+The document link:{fdp-primer}doc-build/[FreeBSD Documentation Project Primer for New Contributors] describes how to build the FreeBSD documentation from the Git repository.
-It is possible to mirror the FreeBSD web pages `www.FreeBSD.org`. This can be done using a program called _rsync_. rsync is a software package in the Ports Collection for distributing and updating collections of files across a network.
-
-== Running rsync
-
-If you keep your mirrored FreeBSD web pages in the directory `/usr/FreeBSD-mirror` and are owned by the user "fred", then run the following command as user "fred":