Skip to content

Instantly share code, notes, and snippets.

View CyberCr33p's full-sized avatar

Christos Chatzaras CyberCr33p

View GitHub Profile
@CyberCr33p
CyberCr33p / flying-press.conf
Last active January 7, 2024 19:42 — forked from gijo-varghese/flying-press.conf
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";
@CyberCr33p
CyberCr33p / import-optimizations.md
Created February 12, 2023 18:47 — forked from trey8611/import-optimizations.md
WP All Import - Optimize your import speed.