titoko / lychee_ynh

0 stars 9 forks source link

no way to upload media #5

Open GeekAnnoyed opened 8 years ago

GeekAnnoyed commented 8 years ago

Just installed Lychee on my yunohost instance and it installed without error but I'm not finding a method for uploading images. the link the the domain.com/lychee is just black

am I missing something? screen shot is of the page, very pretty black page snapshot9

grosbedos commented 8 years ago

Same here..

grosbedos commented 8 years ago

You can edit the nginx config file located at : "/etc/nginx/conf.d/yourdomain.d/lychee.conf"

search : include fastcgi_params;

And add after, on a new line: fastcgi_param SCRIPT_FILENAME $request_filename;

Best regard