server { listen 80; server_name static.hiwavo.com; set $platform pc; root /home/www/dist/statement.hiwavo.com/; location =/favicon.ico { root /home/www/dist/statement.hiwavo.com; expires 30d; } location / { try_files $uri $uri/ /index.html; expires 30d; #rewrite ^(.*)$ /static/authpay.htm break; } }