- 新增 soe/index.html、soe/resume.css(复制主简历及其样式,样式独立维护) - nginx.conf 注册 /soe/ 路由 - Dockerfile 增加 COPY soe/ Co-Authored-By: Claude Code <noreply@anthropic.com>
This commit is contained in:
@@ -20,6 +20,12 @@ server {
|
||||
try_files $uri $uri/ /resume/index.html;
|
||||
}
|
||||
|
||||
# 央国企简历
|
||||
location /soe/ {
|
||||
alias /usr/share/nginx/html/soe/;
|
||||
try_files $uri $uri/ /soe/index.html;
|
||||
}
|
||||
|
||||
# 其他简历导航页
|
||||
location /other/ {
|
||||
alias /usr/share/nginx/html/other/;
|
||||
|
||||
Reference in New Issue
Block a user