Almost there, need Apache -> nginx help :(
(1 post)
(1 voice)
-
After following your "manual" method of setting up nginx I am almost ready to put my mailserver online. One thing that is throwing me is the conversion from Apache to nginx at the Alias directives.
This is what was in httpd.conf for roundcube webmail:
Alias /mail "/var/www/roundcubemail/" Alias /webmail "/var/www/roundcubemail/" Alias /roundcube "/var/www/roundcubemail/" <Directory "/var/www/roundcubemail/"> Options -Indexes </Directory>I know this has 3, all I want is the "webmail" one. I also want the same address bar result as Apache give which is http://my-domain.com/webmail.
I checked out the nginx docs but can't make head nor tail of them for "alias".
Can someone help..... please?
Cheers
BrucePosted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
