mirror of
https://git.proxmox.com/git/pmg-docs
synced 2025-08-12 12:36:48 +00:00
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:
parent
0261cbde2e
commit
0abdf4fd0c
9
debian/control
vendored
9
debian/control
vendored
@ -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.
|
|
||||||
|
1
debian/pmg-docs-apache.docs
vendored
1
debian/pmg-docs-apache.docs
vendored
@ -1 +0,0 @@
|
|||||||
debian/tree/pmg-docs-apache/README
|
|
1
debian/pmg-docs-apache.install
vendored
1
debian/pmg-docs-apache.install
vendored
@ -1 +0,0 @@
|
|||||||
debian/tree/pmg-docs-apache/pmg-docs-apache.conf /etc/apache2/conf-available/
|
|
1
debian/pmg-docs-apache.maintscript
vendored
1
debian/pmg-docs-apache.maintscript
vendored
@ -1 +0,0 @@
|
|||||||
mv_conffile /etc/apache2/conf-available/pmg-docs.conf /etc/apache2/conf-available/pmg-docs-apache.conf 6.0-3~
|
|
22
debian/tree/pmg-docs-apache/README
vendored
22
debian/tree/pmg-docs-apache/README
vendored
@ -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
|
|
@ -1,2 +0,0 @@
|
|||||||
Alias "/pmg-docs" "/usr/share/pmg-docs/"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user