Skip to content

Instantly share code, notes, and snippets.

View gijo-varghese's full-sized avatar

Gijo Varghese gijo-varghese

View GitHub Profile
@gijo-varghese
gijo-varghese / flying-press.conf
Last active July 8, 2024 15:19
Nginx Config for FlyingPress
# Force HTTPS
if ($scheme = http) {
return 301 https://$http_host$request_uri;
}
location ~* \.html\.gz$ {
gzip off;
brotli off;
add_header x-flying-press-cache HIT;
add_header x-flying-press-source "Web Server";
@gijo-varghese
gijo-varghese / _redirects
Last active January 13, 2019 14:41
Netlify URL Shortener
/ https://coffeencoding.com
/short https://coffeencoding.com/how-to-create-your-own-private-url-shortener-for-free
/cnc https://coffeencoding.com
/mfy https://mfy.im