From de8e915f58965e411eab11a0d87fffb2ad4e5610 Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Tue, 11 Apr 2023 17:51:22 -0500 Subject: [PATCH] add nginx conf --- 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