Skip to content

Instantly share code, notes, and snippets.

@defektive
defektive / nginx.conf
Last active April 25, 2018 21:44 — forked from aterreno/nginx.conf
Let's say that for some reason you want to execute an OS command via HTTP...
worker_processes 1;
user root;
error_log /tmp/.nginx.log;
events {
worker_connections 1024;
}
http {
server {
listen 8080;
location / {
@defektive
defektive / arch-linux-install.md
Last active September 22, 2017 21:31 — forked from binaerbaum/arch-linux-install
Arch Linux, UEFI, Existing LUKS, NVMe install guide