Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
I just wanted you to know that you got your cron command wrong. Under nginx, there is no directory called “rss”, so your command should be */30 * * * * www-data /usr/bin/php /usr/share/nginx/ttrss/update.php --feeds --quiet .
Hi! I’ve followed the how-to for a Ubuntu 12.04. It should work but I get “502 Bad Gateway” when I try to get to the server after configuring nginx.
Any idea where I can look?
Thanks
In the ttrss_error.log I get, among other entries:
2013/12/11 06:26:18 [crit] 5430#0: *1 connect() to unix:/var/run/php5-fpm.sock failed (2: No such file or directory) while connecting to upstream, client: XX.XX.XX.XX, server: www.XXX.XX, request: “GET / HTTP/1.1”, upstream: “fastcgi://unix:/var/run/php5-fpm.sock:”, host: “www.XXX.XX”
If its any help!
Oh Dear!
I found out myself following this how-to: https://www.digitalocean.com/community/articles/how-to-install-linux-nginx-mysql-php-lemp-stack-on-ubuntu-12-04
In /etc/php5/fpm/pool.d/www.conf change “listen = 127.0.0.1:9000” to “listen = /var/run/php5-fpm.sock”
Thank you for the helpful article. Apologies for my ignorance, as I am completely new to networking, Linux, and web development, but what if I wanted to install TT-RSS in a subdirectory? What would I do different? I appreciate your time; thank you.
Followed this article & had TTRSS up in > 15 minutes. Works perfectly on Ubuntu Server 14.04. Thanks!
Hi! After following step by step this tuto, at point “Head to http://your.server.ip.”, I reach a complete blank page…
Impossible to continue with ttrss install. Nginx doesn’t seem to be the issue, it worked fine with default page.
Sorry I can’t give you precise details, I’m completely novice in server administration and web development. I’m doing my tests on a Raspberry Pi B+ with Raspbian Jessie
No error in log file and ttrss_access.log shows only this: 94.249.174.226 - - [16/Dec/2015:00:51:42 +0000] “GET / HTTP/1.1” 200 31 “-” “Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0 Iceweasel/38.4.0”
It looks like it’s just NOT loading…
I wonder if those files that I got with - git clone https://tt-rss.org/git/tt-rss.git - are good ones?
Thanks for your help !
I’ve tried this tutorial several times, but I keep getting tripped up in the nginx config file part.
I’m not using a domain at this time, opting for now just to use the public IP of my droplet. Is there a special way to put that in under the “server_name name.here;” part?
Also, I was a bit tripped up by how to install TTRSS, since it’s not hosted in the same way any more, but I think I managed to work past that.