pmg-docs/debian/tree/pmg-docs-apache/pmg-docs.conf
Stoiko Ivanov 0d15b893c6 add new pmg-docs-apache package
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>
2019-05-31 13:19:11 +02:00

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]