환경은 windows이며, 현재 구성은 이렇습니다.
<code> location / { root html; index index.html index.htm; } location /baidu { proxy_pass http://localhost:97; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } </code>
캡처된 페이지는 이렇게 표시됩니다
환경은 windows이며, 현재 구성은 이렇습니다.
<code> location / { root html; index index.html index.htm; } location /baidu { proxy_pass http://localhost:97; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } </code>
캡처된 페이지는 이렇게 표시됩니다
<code> root "网站路径"; location / { index index.html index.htm; } location /baidu { proxy_pass http://localhost:97; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; }</code>