docker 部署nuxt
在宿主机上的nginx做代理,一定要注释掉
# location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
# {
# expires 30d;
# }
# location ~ .*\.(js|css)?$
# expires 12h;