update Dockerfile
All checks were successful
Nginx / build (push) Successful in 25s

This commit is contained in:
lychang
2025-10-04 19:40:36 +08:00
parent f8dd78c1b1
commit 96236191a9
2 changed files with 1 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
FROM nginx:latest
FROM nginx:slim
COPY nginx.conf /etc/nginx/nginx.conf
COPY black.conf /etc/nginx/blackip.conf

View File

@@ -96,17 +96,6 @@ http {
}
}
server {
listen 8000;
server_name rustfs.liubeiting.cn;
ignore_invalid_headers off;
client_max_body_size 0;
location / {
proxy_pass http://192.168.1.100:9004;
}
}
server {
listen 8000;
server_name git.liubeiting.cn;