You've already forked postfixadmin
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:
@@ -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
|
||||
-------------------
|
||||
|
||||
Reference in New Issue
Block a user