Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过 Nginx 配置 Pega Web UI。我正在获取首页,但是 Pega CSS、图像和 js 没有加载。下面是我的配置。
location /prweb/PRServlet/ { rewrite ^/prweb/PRServlet/(.*)$ /pega/$1 redirect; } location /pega { proxy_pass http://example.com:8083/prweb/PRServlet; }