add nginx conf

This commit is contained in:
2023-04-11 17:51:22 -05:00
parent eb720963a3
commit de8e915f58

4
rolladvantage.nginx.conf Normal file
View File

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