Skip to content
#

element-ui

Here are 1,924 public repositories matching this topic...

chenweil
chenweil commented Apr 21, 2021

Apache 部署GVA

部署版本

GVA 2.4.0

具体配置

VirtualHost 配置中加入:

    <Proxy /api>  
         Order deny,allow  
         Allow from all  
     </Proxy>  
     ProxyPass /api http://127.0.0.1:8888      
     ProxyPassReverse /api http://127.0.0.1:8888
此配置目的与 官方 nginx 提供配置类似。

注意

Apache 需要开启 proxy_module

http://127.0.0.1:8888 为后端默认地址,如已更改记得替换

good first issue
vue-admin-better

🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro

  • Updated Mar 15, 2022
  • Vue

Improve this page

Add a description, image, and links to the element-ui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the element-ui topic, visit your repo's landing page and select "manage topics."

Learn more