# Study1+X **Repository Path**: zhengcloudtao/study1--x ## Basic Information - **Project Name**: Study1+X - **Description**: sc.cloudduolc.cn,已下线网站 - **Primary Language**: Unknown - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2022-06-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP, Bootstrap ## README 运行效果: http://sc.cloudduolc.cn nginx配置 location / { try_files $uri $uri/ /index.php?$query_string; } location ^~ /articel/ { try_files $uri $uri/ /z_ch1/4/articel/public/index.php?$query_string; } location ~ /yiwularavel/ { try_files $uri $uri/ /z_ch2/4/yiwularavel/public/index.php?$query_string; } location ~ /blog/ { try_files $uri $uri/ /z_ch3/4/blog/public/index.php?$query_string; } location ~ /student/ { try_files $uri $uri/ /z_ch4/4/student/public/index.php?$query_string; } location ~ /feiyu/ { try_files $uri $uri/ /z_ch5/3/feiyu/public/index.php?$query_string; }