# PEM **Repository Path**: caobaoli/PEM ## Basic Information - **Project Name**: PEM - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-02-04 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #PEM nginx的配置示例 ``` root E:\\GitRep\\PEM; location ^~ /console { index index.html index.htm; } location ^~ /images/ { root E:\\GitRep\\PEM; } location ^~ /api/ { proxy_pass http://101.200.163.44:8080/console-server/; #proxy_pass http://localhost:8080/console-server/; }