server { listen 80; server_name www.123.com; location / { proxy_pass https://127.0.0.1:8080; index index.html index.htm index.jsp; } }
本文作者:墨洺的文档
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!