1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2026-01-12 22:51:27 +03:00

INSTALL.TXT: mention an Alias as alternative for a symlink

See also the question on
https://sourceforge.net/p/postfixadmin/discussion/676076/thread/1074971cc8/
This commit is contained in:
Christian Boltz
2019-11-05 19:31:08 +01:00
parent c1bdfe5432
commit 115ff22761

View File

@@ -59,9 +59,13 @@ Alternatively :
2. Setup Web Server
-------------------
Assuming /var/www/html is where your webserver reads from :
Assuming /var/www/html is where your webserver reads from, either create a symlink:
$ ln -s /srv/postfixadmin/public /var/www/html/postfixadmin
$ ln -s /srv/postfixadmin/public /var/www/html/postfixadmin
or setup an alias in your webserver config. For Apache, use:
Alias /postfixadmin /srv/postfixadmin/public
3. Setup a Database
-------------------