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/; +}