mirror of
https://git.proxmox.com/git/pmg-docs
synced 2026-03-28 21:56:14 +00:00
containing a short apache-config snippet for delivering the pmg-docs via apache. Mostly added for consistency between pve-docs (containing pve-docs-mediawiki) and pmg-docs (containing pmg-docs-apache, because it does not have a wiki) Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
6 lines
159 B
Plaintext
6 lines
159 B
Plaintext
Alias "/pmg-docs" "/usr/share/pmg-docs/"
|
|
|
|
# redirect main page to the reference docs
|
|
RewriteEngine on
|
|
RewriteRule "^/$" "http://%{HTTP_HOST}/pmg-docs/" [R,L]
|