# tby2109_2s3 **Repository Path**: t-white/tby2109_2s3 ## Basic Information - **Project Name**: tby2109_2s3 - **Description**: 2109唐博宇2升3测试 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2021-08-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Nginx代理跨域 server { listen 8080; server_name localhost tby.com; root "D:\Users\Desktop\2109tangboyu"; location /tby2s3 { proxy_pass https://api.i-lynn.cn/getIpInfo; } } ##打开方式 http://localhost:8080/index.html