1 Star 1 Fork 1

K丶Yugi/招聘系统用户端前端Vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
default.conf 495 Bytes
一键复制 编辑 原始数据 按行查看 历史
Kyugi 提交于 2022-05-17 17:21 . 1
server {
listen 80;
listen [::]:80;
server_name localhost;
location /user {
proxy_pass http://localhost:3000;
client_max_body_size 1000m;
proxy_set_header HOST $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/k_yugi/recruit_user.git
git@gitee.com:k_yugi/recruit_user.git
k_yugi
recruit_user
招聘系统用户端前端Vue
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385