# redbox **Repository Path**: qyi2019/redbox ## Basic Information - **Project Name**: redbox - **Description**: 文件服务 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-26 - **Last Updated**: 2021-06-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README nginx配置 ``` server { listen 10080; server_name localhost; location /redbox { alias /mnt/disk/redbox/; index index.html index.htm; } } ```