Skip to content

Instantly share code, notes, and snippets.

View chargoy's full-sized avatar

Isaac Chargoy Vivaldo chargoy

View GitHub Profile
Verifying that +chargoy is my blockchain ID. https://onename.com/chargoy
@chargoy
chargoy / gist:664e43ce0a99f9313d73c497376cfb5a
Last active October 17, 2022 21:12
laravel forge nginx with gzip & expires
# FORGE CONFIG (DOT NOT REMOVE!)
include forge-conf/sitio.com/before/*;
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name sitio.com;
root /home/forge/sitio.com/public;
# FORGE SSL (DO NOT REMOVE!)