Skip to content

Instantly share code, notes, and snippets.

View refringe's full-sized avatar

Refringe refringe

View GitHub Profile
@refringe
refringe / sendy-server
Last active June 16, 2025 00:40
Nginx configuration file example for Sendy (http://sendy.co/).
server {
listen 80;
listen [::]:80;
server_name domain.com;
autoindex off;
index index.php index.html;
root /srv/www/domain.com/public;