User Tools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
email:install-admin [2025/03/13 13:30] – [D) Installation: postfixadmin web gui] willyemail:install-admin [2025/03/19 19:57] (current) – [Finalization] willy
Line 51: Line 51:
                  
         root /home/web/postfixadmin/postfixadmin/public;              root /home/web/postfixadmin/postfixadmin/public;     
-  
-# Uncomment the following lines only AFTER setup is complete!          
-#        location ~ /(setup.php) { 
-#                deny all; 
-#                alias /home/web/postfixadmin/postfixadmin/public; 
-#        } 
              
         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.