Skip to content

Instantly share code, notes, and snippets.

# Change YOUR_TOKEN to your prerender token and uncomment that line if you want to cache urls and view crawl stats
# Change example.com (server_name) to your website url
# Change /path/to/your/root to the correct value
# Generate $prerender_ua bool value based on user agent
# indexation bots will get this as 1,
# prerender user agent will always get 0 (avoid loops)
map $http_user_agent $prerender_ua {
default 0;
@indomex
indomex / config.yaml
Created September 26, 2018 22:30 — forked from edrzns/config.yaml
flexget configuration to add series from sonarr to flexget
schedules:
- tasks" '*'
interval:
minutes: 1
templates:
global:
transmission:
host: localhost
port: 9091