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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user