From 2458f0cc0f59173fe80c966bf63a6f2577c840ec Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Mon, 10 Apr 2023 14:00:57 -0500 Subject: [PATCH] add nginx file --- rolladvantage.nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rolladvantage.nginx.conf diff --git a/rolladvantage.nginx.conf b/rolladvantage.nginx.conf new file mode 100644 index 0000000..e884eba --- /dev/null +++ b/rolladvantage.nginx.conf @@ -0,0 +1,4 @@ +location /rolladvantage/ { + root /var/www/; + index index.html index.htm; + } \ No newline at end of file