Skip to content

Instantly share code, notes, and snippets.

View KevinJaniky's full-sized avatar

Kevin Janiky KevinJaniky

View GitHub Profile
@bjornjohansen
bjornjohansen / wordpress.conf
Last active April 1, 2022 13:46
Nginx config for WordPress
index index.php index.html;
# Don’t log favicon requests
location /favicon.ico {
log_not_found off;
access_log off;
}
# Disallow access to readme.html
location /readme.html {