Ask, reply and learn. Join the community of Akaunting.
dear fellows,
i just installed akaunting throguh a centos + vestacp + nginx + hph-fpm + softaculous.
the nginx virtual host has letsencrypt ssl working.
i chose https://subdomain.domain.com
the ./auth/login yields a 404 error.
but if i go to http://subdomain.domain.com/auth/login it works perfectly.
to make it work on https:// we need to edit the respective virtual host ssl.conf file and add this line
try_files $uri $uri/ /index.php?$args;
to the 'location / {' entry
it worked for me.
tks. great product.
Fernando, if you're familiar with GitHub, can you please add it to the documentation?
https://github.com/akaunting/docs
i'd be glad to, however i don't know how to do it.
if you guide me, i could.
by the way, that workaround is bounded to nginx, not the complete stack. It's the counterpart of apache's RewriteEnable On.
best.
Fernando, here you can find some articles:
https://gist.github.com/MarcDiethelm/7303312
https://akrabat.com/the-beginners-guide-to-contributing-to-a-github-project
https://www.google.com/search?q=how+to+contribute+to+github
Showing 1 to 4 of 4 discussions