Serve multiple Angular apps from the same server with Nginx

前端 未结 6 1051
臣服心动
臣服心动 2020-12-30 02:59

I\'m serving multiple angular apps from the same server block in Nginx. So in order to let the user browse directly to certain custom

6条回答
  •  一个人的身影
    2020-12-30 03:35

    Try the solution for multilingual Angular application AOT builds that are basically different apps - OK its the same app multiple times, build with different languages in different bundles in different directories.

提交回复
热议问题