drop pmg-docs-apache

only one line here and we changed that already in the live config,
just not worth the hassle for that..

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2021-07-15 11:11:31 +02:00
parent 0261cbde2e
commit 0abdf4fd0c
6 changed files with 0 additions and 36 deletions

9
debian/control vendored
View File

@ -28,12 +28,3 @@ Depends: libjs-extjs
Architecture: all Architecture: all
Description: Proxmox Mail Gateway Documentation Description: Proxmox Mail Gateway Documentation
This package contains the Proxmox Mail Gateway documentation files. This package contains the Proxmox Mail Gateway documentation files.
Package: pmg-docs-apache
Architecture: all
Section: doc
Depends: pmg-docs,
Suggests: apache2,
Description: Proxmox Mailgateway Documentation - Apache2 config
This package contains configuration files to host the Proxmox Mail Gateway
documentation files through an apache2 web server.

View File

@ -1 +0,0 @@
debian/tree/pmg-docs-apache/README

View File

@ -1 +0,0 @@
debian/tree/pmg-docs-apache/pmg-docs-apache.conf /etc/apache2/conf-available/

View File

@ -1 +0,0 @@
mv_conffile /etc/apache2/conf-available/pmg-docs.conf /etc/apache2/conf-available/pmg-docs-apache.conf 6.0-3~

View File

@ -1,22 +0,0 @@
Include the shipped config-snippet in the virtualhost you wish to serve
the documentation from:
```
Include /etc/apache2/conf-available/pmg-docs.conf
```
If pmg-docs is the only vhost on the host you can also globally enable
the config-snippet:
# a2enconf pmg-docs.conf
in both cases reload apache2 afterwards
# systemctl reload apache2
Now you should be able to access the documentation at:
* Admin Guide and Manual pages
http://your-server/pmg-docs
* API Viewer
http://your-server/pmg-docs/api-viewer

View File

@ -1,2 +0,0 @@
Alias "/pmg-docs" "/usr/share/pmg-docs/"