Refactor global currency to UAE standards (AED/Million) and update dummy data
This commit is contained in:
10
wealthwise.eventifyplus.com.conf
Normal file
10
wealthwise.eventifyplus.com.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name wealthwise.eventifyplus.com;
|
||||
root /var/www/wealthwise.eventifyplus.com;
|
||||
index index.html;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user