Skip to content

Instantly share code, notes, and snippets.

@shayward
shayward / nginx-wordpress.conf
Created March 9, 2023 20:50 — forked from nfsarmento/nginx-wordpress.conf
Harden wordpress security nginx
############ WordPress ####################
# Disable logging for favicon and robots.txt
location = /favicon.ico {
try_files /favicon.ico @empty;
access_log off;
log_not_found off;
expires max;
}
@shayward
shayward / index.html
Created April 9, 2019 22:03
SVG Path Builder
<div
id="app"
class="ad-App">
</div>
@shayward
shayward / README.md
Created January 12, 2019 23:53 — forked from MarMed/README.md
Routing plex traffic through an SSH tunnel

Routing plex traffic through an SSH tunnel

This guide creates a reverse SSH tunnel to route all Plex server traffic through it.

Step 2 is done on the tunnel, all other steps are done on the plex server.

1. Setup SSH keys (if you already have key based authenthication setup skip to step 2)

On plex server: