Revision: 818
          
http://svn.savannah.gnu.org/viewvc/?view=rev&root=administration&revision=818
Author:   ineiev
Date:     2025-02-14 16:32:55 -0500 (Fri, 14 Feb 2025)
Log Message:
-----------
(download): Update configuration details.

Modified Paths:
--------------
    trunk/sviki/SavannahServices.mdwn

Modified: trunk/sviki/SavannahServices.mdwn
===================================================================
--- trunk/sviki/SavannahServices.mdwn   2025-02-14 21:24:37 UTC (rev 817)
+++ trunk/sviki/SavannahServices.mdwn   2025-02-14 21:32:55 UTC (rev 818)
@@ -156,9 +156,9 @@
 - Mirror multiplexor for `ftp.gnu.org`:
   (The official `ftp.gnu.org` server is managed by the FSF,
   and Savannah hackers have no access to it.)
-    - web access: <https://ftpmirror.gnu.org> (this url auto-redirects).
-    - Apache conf: `download0:/etc/apache2/sites-available/download`
-    - uses `Apache2::Geo::Mirror` to redirect based on GeoIP.
+    - web access: <https://ftpmirror.gnu.org> (this URL auto-redirects).
+    - Nginx conf: `download0:/etc/nginx/sites-available/ftpmirror`
+    - uses Savane `mirror-redirect` script to redirect based on GeoIP.
 
 - Savannah-hosted downloads/releases:
   These are mostly intended for nongnu software, as GNU packages
@@ -166,23 +166,22 @@
   the [GNU Maintainer
   
Information](//www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html).
     - web access: <https://download.savannah.gnu.org/releases/>,
-    - Apache conf: `download0:/etc/apache2/sites-available/download`
+    - Nginx conf: `download0:/etc/nginx/sites-available/download`
     - disk location: `download0:/srv/download/`
 
 - Mirrored downloads/releases:
-    - web access: <https://download.savannah.gnu.org/releases-redirect/>
-    - Apache conf: `download0:/etc/apache2/sites-available/download`
-    - Uses `Apache2::Geo::Mirror` to redirect based on GeoIP.
+    - web access: <https://download.savannah.gnu.org/releases/>
+    - Nginx conf: `download0:/etc/nginx/sites-available/download`
+    - Uses Savane `mirror-redirect` script to redirect based on GeoIP.
 
-- Savannah top-level download urls:
+- Savannah top-level download URLs:
     - (These are not especially useful for end-users.)
-    - <https://download-mirror.savannah.gnu.org>
-    - Apache conf: `download0:/etc/apache2/sites-available/download`
+    - <https://download-mirror.savannah.gnu.org/releases/>
+    - Nginx conf: `download0:/etc/nginx/sites-available/download-mirror`
 
 - GNU audio-video host:
     - [web access](//audio-video.gnu.org)
-    - http Apache conf: `download0:/etc/apache2/sites-available/audio-video`
-    - https Apache conf: 
`download0:/etc/apache2/sites-available/audio-video-ssl`
+    - Nginx conf: `download0:/etc/nginx/sites-available/audio-video`
 
 - GNU Arch repositories:
     - GNU Arch repositories are obsolete and should not be used.


Reply via email to