# nginx-proxy **Repository Path**: apollozhu/nginx-proxy ## Basic Information - **Project Name**: nginx-proxy - **Description**: 制作 Nginx 正向代理 Docker映像 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-02-07 - **Last Updated**: 2025-08-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Nginx 正向代理 执行 `install-dep.sh` 下载源码包 然后执行 `build.sh` 编译docker映像 执行 `run.sh` 运行 执行 ``` curl https://www.baidu.com -v -x 127.0.0.1:8123 ```