Compare commits

...

2 Commits

Author SHA1 Message Date
0445e0a38e Merge branch 'master' of https://cxxgit.iepose.cn/Cxx0822/st-nginx-proxy 2026-04-27 22:13:39 +08:00
67d83666ca feat:增加简历模块 2026-04-27 22:13:21 +08:00
2 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,14 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /resume/ {
proxy_pass http://host.docker.internal:87/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
location /sweet-hut/ {
proxy_pass http://host.docker.internal:83/;
proxy_set_header Host $host;

View File

@@ -134,7 +134,7 @@ const drawioClick = () => {
}
const resumeClick = () => {
ElMessage.info('敬请期待')
window.open(`${window.location.origin}/resume/`, '_blank');
}
const refreshClick = () => {