# Credential **Repository Path**: lanshiren/credential ## Basic Information - **Project Name**: Credential - **Description**: 烂诗人证书生成服务 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-10-30 - **Last Updated**: 2021-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 启动服务 ``` cd AutoGenPicture-main/App ``` #### nginx 代理配置 ``` location /static/Credential { proxy_pass http://127.0.0.1:8080/static/Credential; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } location /api/v1/imgurl { proxy_pass http://www.rnotonlyr.com:8080/api/v1/imgurl; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } ```