Added plugin for supporting synchronization for News+ on Android.

This commit is contained in:
andy
2014-07-22 15:23:42 +02:00
parent 264d1a67d7
commit d1216415b9
4 changed files with 44 additions and 7 deletions
+3
View File
@@ -13,3 +13,6 @@ openssl req -new -newkey rsa:2048 -days 3650 -nodes -x509 \
-out "/etc/ssl/certs/ttrss.cert"
chmod 600 "/etc/ssl/private/ttrss.key"
chmod 600 "/etc/ssl/certs/ttrss.cert"
# Configure Nginx so that is doesn't show its version number in the HTTP headers.
sed -i -e "s/.*server_tokens.*/server_tokens off;/g" /etc/nginx/nginx.conf