# huashu **Repository Path**: zys1993/huashu ## Basic Information - **Project Name**: huashu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-22 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README server { listen 80; server_name lf.huashuzc.com; location / { root /home/deploy/lf/dist; try_files $uri $uri/ /index.html; index index.html index.htm; } }