PanJiaChen / vue-element-admin

:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
MIT License
87.07k stars 30.39k forks source link

How to deploy with Caddy 2 server #3334

Open ndphuong opened 3 years ago

ndphuong commented 3 years ago

Hi,

I want to deploy this SPA using Caddy2 server but cannot find any working Caddyfile example

gonboy commented 2 years ago

the same question for me

sg552 commented 1 year ago

assuming you are using vue3 history mode and Caddy2, try this:

yoursite.com {
  encode zstd gzip
  root * /opt/app/vue3_lesson_demo/dist     # here is your vue build folder  
  file_server
}

refer to: http://siwei.me/blog/posts/linux-caddy-vue3-caddy2

demo: https://vue.test-pns-link.com/