Skip to content

Instantly share code, notes, and snippets.

@ar-jan
ar-jan / nginx_ttrss_include.conf
Last active December 25, 2015 09:39 — forked from omega8cc/gist:1677835
omega8cc's nginx include example for wordpress, updated for Tiny Tiny RSS.
#######################################################
### nginx.conf site tt-rss vhost include start
### create as /var/aegir/config/includes/nginx_ttrss_include.conf
#######################################################
###
### deny crawlers without 403 response
###
if ($http_user_agent ~* (HTTrack|HTMLParser|libwww|wget) ) {
return 444;