Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
email:install-admin [2025/03/13 13:29] – [Installation: postfixadmin web gui] willy | email:install-admin [2025/03/19 19:57] (current) – [Finalization] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== | + | ====== |
PostfixAdmin is a neat web GUI that let's you monitor, create domains, accounts and much more on your web server. | PostfixAdmin is a neat web GUI that let's you monitor, create domains, accounts and much more on your web server. | ||
Line 51: | Line 51: | ||
| | ||
root / | root / | ||
- | |||
- | # Uncomment the following lines only AFTER setup is complete! | ||
- | # location ~ / | ||
- | # deny all; | ||
- | # alias / | ||
- | # } | ||
| | ||
location ~ /.*\.php$ { | location ~ /.*\.php$ { | ||
Line 74: | Line 68: | ||
Also don't forget to create a superadmin-account. I suggest you call it **user@mydomain.com** and set a password you will not forget. | Also don't forget to create a superadmin-account. I suggest you call it **user@mydomain.com** and set a password you will not forget. | ||
- | |||
- | Go back, uncomment the lines in the NGINX config file to disable the setup.php, and restart NGINX. | ||
Installation is now complete. | Installation is now complete. |