From e00d30dde7b4d4bc151a7c580813ffe29e9d706c Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 28 Apr 2023 20:21:32 -0400 Subject: [PATCH] add wiki --- Nginx/Locations/mracs.dev/wiki.loc.conf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Nginx/Locations/mracs.dev/wiki.loc.conf diff --git a/Nginx/Locations/mracs.dev/wiki.loc.conf b/Nginx/Locations/mracs.dev/wiki.loc.conf new file mode 100644 index 0000000..aa09801 --- /dev/null +++ b/Nginx/Locations/mracs.dev/wiki.loc.conf @@ -0,0 +1,3 @@ +location /wiki/ { + proxy_pass http://localhost:3000/; +}