Skip to content

Instantly share code, notes, and snippets.

@blaind
blaind / nginx.conf
Last active November 25, 2016 15:25
Prerender.io, nginx & meteor; see https://gist.github.com/thoop/8165802 for official gist (non-meteor at the time of writing)
server {
listen 80;
listen [::]:80;
server_name yourserver.com;
root /path/to/your/htdocs;
error_page 404 /404.html
index index.html;