arakasi72 / rtinst

seedbox installation script for Ubuntu and Debian systems
MIT License
1.22k stars 259 forks source link

h5ai configuration with dload-loc #148

Closed roobann closed 8 years ago

roobann commented 8 years ago

Tried configuring h5ai for dload-loc but i am getting 404 not found error. I have placed h5ai in home location and included in dload-loc

auth_basic_user_file /etc/nginx/.htpasswd; index index.html index.htm /home/_h5ai/public/index.php; autoindex on; autoindex_exact_size off;

Let me know if i am missing anything, Also it will be great if you could make this as add on option in your script.

arakasi72 commented 8 years ago

I have never used h5ai so can't be of much help

chocolateshirt commented 7 years ago

have you configure PHP section within nginx configuration? by default arakasi script did not includs php section within nginx configuration.

you can not execute any php script unless you add php section/params in your nginx configuration.