feat: 脚本调整

This commit is contained in:
caiyuchao
2025-09-26 09:42:59 +08:00
parent 04881a7f67
commit 1ddc416cad
5 changed files with 15 additions and 10 deletions

View File

@@ -13,6 +13,7 @@ http {
server {
listen 80;
server_name localhost;
client_max_body_size 20M;
location / {
root /home/agt/html;

View File

@@ -1,5 +1,5 @@
# 基础镜像
FROM nginx
FROM nginx:1.29.0
# author
MAINTAINER agt