add nginx file

This commit is contained in:
2023-04-10 14:00:57 -05:00
parent eb720963a3
commit 2458f0cc0f

4
rolladvantage.nginx.conf Normal file
View File

@@ -0,0 +1,4 @@
location /rolladvantage/ {
root /var/www/;
index index.html index.htm;
}