Skip to content

Instantly share code, notes, and snippets.

@juicyfish
juicyfish / nginx-sendy-forge.txt
Created May 11, 2018 22:34
nginx config for Sendy (3.0.8) deployed with Forge
# FORGE CONFIG (DO NOT REMOVE!)
include forge-conf/sendy.plastarc.com/before/*;
server {
listen 80;
listen [::]:80;
server_name sendy.plastarc.com;
root /home/forge/sendy.plastarc.com/;
# FORGE SSL (DO NOT REMOVE!)