diff --git a/sist2_demo.conf b/sist2_demo.conf new file mode 100644 index 0000000..2477519 --- /dev/null +++ b/sist2_demo.conf @@ -0,0 +1,9 @@ +server { + server_name sist2.simon987.net; + + location / { + proxy_http_version 1.1; + proxy_set_header Host $host; + proxy_pass http://misc.lxd:4090; + } +}