Skip to content

Instantly share code, notes, and snippets.

@phambanhan
phambanhan / nginx.conf
Last active July 26, 2016 01:50 — forked from thoop/nginx.conf
Prerender.io, nginx & meteor;
# 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
server {
listen 80;
listen [::]:80;
server_name example.com;
root /path/to/your/root;