Browse Source

nginx部署适配vue3版

training
smallchill 2 years ago
parent
commit
dd4ddf7607
  1. 6
      script/docker/app/nginx/web/nginx.conf

6
script/docker/app/nginx/web/nginx.conf

@ -41,9 +41,9 @@ http {
server_name web;
root /usr/share/nginx/html;
location / {
root html;
index index.html;
location /{
index index.html;
error_page 404 /index.html;
}
location ^~ /oauth/redirect {

Loading…
Cancel
Save