chore: update nginx config, add oneapi, verification pages and codebuddy skills
This commit is contained in:
@@ -10,6 +10,9 @@ LABEL description="Nginx reverse proxy container"
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
COPY conf.d /etc/nginx/conf.d
|
||||
|
||||
# 复制静态文件
|
||||
COPY html /usr/share/nginx/html
|
||||
|
||||
# 创建必要的目录
|
||||
RUN mkdir -p /var/log/nginx && \
|
||||
mkdir -p /etc/nginx/ssl && \
|
||||
|
||||
Reference in New Issue
Block a user