From 3f5952bdc1b7fe8b032165def4479628607ca187 Mon Sep 17 00:00:00 2001
From: Adam Procter <adamprocter@researchnot.es>
Date: Wed, 8 Apr 2020 15:34:26 +0100
Subject: [PATCH] removed NGINX example

Not relevant to be on here although makes my URL thing work :D
---
 NGINX.md | 15 ---------------
 1 file changed, 15 deletions(-)
 delete mode 100644 NGINX.md

diff --git a/NGINX.md b/NGINX.md
deleted file mode 100644
index c2e6388..0000000
--- a/NGINX.md
+++ /dev/null
@@ -1,15 +0,0 @@
-server {
-listen 217.147.85.104:80;
-server_name *.nodenogg.in;
-root /var/www/vhosts/nodenogg.in/alpha.nodenogg.in;
-
-location / {
-try_files $uri $uri/ /index.html;
-}
-
-location /microcosm {
-alias /var/www/vhosts/nodenogg.in/alpha.nodenogg.in;
-try_files \$uri /microcosm/index.html;
-}
-
-}
-- 
GitLab