-
Published Answer
Thanks for replying. The problem was that I only had www.domain2.com in server_name in the site vhost but I was trying to access it…
•
By
sim4biz
-
Published Question
I'm trying to use my NginX to host multiple websites on the same droplet.
I can access test.domain1.com and domain1.com with or without the use of default_server tag. However, accessing domain2.com just presents the ...
2
•
•
By
sim4biz
-
Published Answer
Thanks for the heads up.
I found in the error log that it couldn’t find the directory
/var/log/nginx/piwik/
After creating…
•
By
sim4biz
-
Published Answer
Thanks @astarr for replying.
I did not change fastcgi_params and I’m still trying to figure out the problem…
•
By
sim4biz
-
Published Question
I used the wild card CNAME * @ DNS entry and my root <^>domain.com<^> and sub1.domain.com are accessible (on the same droplet). But if I try to access sub2.domain.com, after web server configuration, it takes me to su...
4
•
•
By
sim4biz
-
Published Answer
I changed the faulty line in NginX default config file to:
<br>
<br>server {
<br> listen 80 default_server;
<br> list…
•
By
sim4biz
-
Published Answer
The paths to sslcertificate and sslcertificatekey are correct but this path wasn’t accessible from my currentuser.
<br>Since, I…
•
By
sim4biz
-
Published Question
On an empty VPS hosting (Ubuntu 13.10 x64), I managed to run the base iRedMail installation with Apache2 and LDAP and my roundcubemail was accessible at:
https://www.mydomain.com/mail
then I installed NginX, shutdow...
4
•
•
By
sim4biz