TrilonIO / aspnetcore-angular-universal

ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
https://www.trilon.io
MIT License
1.46k stars 435 forks source link

Linux/Apache/Nginx hosting and default index.html #729

Open alexbenitez opened 5 years ago

alexbenitez commented 5 years ago

Trying to deploy the starter to a Linux hosting provider. This is shared hosting therefore I do not have much access to the web server configuration. Their configuration looks for an "index.html"/default page at the root of the virtual folder.

Any special steps to publish/deploy the starter to a Linux hosting provider whose sites default to index.html?