Skip to content

Instantly share code, notes, and snippets.

View lionadis's full-sized avatar

BEN NEJI AHMED lionadis

View GitHub Profile
@lionadis
lionadis / nginx.conf
Created April 7, 2021 12:07 — forked from thoop/nginx.conf
Official prerender.io nginx.conf for nginx
# Change YOUR_TOKEN to your prerender token
# Change example.com (server_name) to your website url
# Change /path/to/your/root to the correct value
server {
listen 80;
server_name example.com;
root /path/to/your/root;
index index.html;