1
0
mirror of https://github.com/php/systems.git synced 2026-03-23 23:32:12 +01:00

Move doc.php.net to svn2 under Myra

This commit is contained in:
Jim Winstead
2024-10-23 12:47:37 -07:00
parent 50db4f1b39
commit 6f77f2b09c
2 changed files with 2 additions and 6 deletions

View File

@@ -34,10 +34,8 @@ analytics IN CNAME analytics-origin.php.net.
bugs IN CNAME bugs-php-net.ax4z.com.
; doc.php.net, managing the documentation project
doc-origin IN CNAME euk2.php.net.
doc IN CNAME doc-origin.php.net.
; temporary, migrating doc to a new host (jimw, 2024-10-21)
doc-new IN CNAME svn2.php.net.
doc-origin IN CNAME svn2.php.net.
doc IN CNAME doc-php-net.ax4z.com.
; downloads -- used by release managers?
; downloads-origin is name of host, see Digital Ocean section

View File

@@ -1,7 +1,6 @@
<VirtualHost *:80>
# Host and Document Root
ServerName doc.php.net
ServerAlias doc-new.php.net
Redirect / https://doc.php.net/
@@ -13,7 +12,6 @@
<VirtualHost *:443>
# Host and Document Root
ServerName doc.php.net
ServerAlias doc-new.php.net
DocumentRoot /local/Web/sites/doc.php.net/www
DirectoryIndex index.php index.html