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 April 15, 2024 08:58
Nginx Config for FlyingPress
# Force HTTPS
if ($scheme = http) {
return 301 https://$http_host$request_uri;
}
location ~* \.html$ {
charset UTF-8;
add_header x-flying-press-cache HIT;
add_header x-flying-press-source Nginx;
add_header cache-control "no-cache, must-revalidate, max-age=0";
@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