config nginx to serve vuejs app on subdomain

前端 未结 0 1475
情书的邮戳
情书的邮戳 2020-12-31 20:47

I want to run vuejs app on sub.domain.com, and I simply configure nginx like bellow:

server {
   listen 80;
   listen 443;
   ssl on;
   ssl_cert         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题