本文共 2036 字,大约阅读时间需要 6 分钟。
Nginx ?????????????????????????????????????????? Nginx ????????????????
Nginx ??????? Igor Sergeyev ? 2004 ?????????????????? Web ????????????????????????????????????
???????
Nginx ?? epoll ???????????????????????Nginx ?????? 2-4 ? ?????????? Apache ?????????????
Nginx ??????????????? 3 ? ??????Nginx ??? 150MB ???? PHP-CGI????? 1280MB ?????????? 2GB?????????????????????????????
Nginx ???????? BSD ???????????????????? F5BIG-IP?NetScaler????Nginx ?????????????????????????????
Nginx ???????????????????????????????????????????????????
Nginx ???????????? Rewrite ?????????????????????? GZIP ????????????????????????
Nginx ??????????????????????????????????????
Nginx ???????????????????????????????????????????????????????????
????
????????????????????????????????????????????????????????????????????????????????????????????????????
??????????????????????????????????????????????????????????????????????????????????????????? IP ?????????? Nginx ????????
server { listen 80; server_name localhost; location / { root /data/www/myWeb/home; index index.html; } location /api { proxy_pass https://www.baidu.com; proxy_set_header Host "https://www.baidu.com"; 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; proxy_set_header X-Forwarded-Host $host:$server_port; }} ???? Vue ?????????? vue.config.js ???????
devServer: { host: "localhost", port: 8080, https: false, open: false, hotOnly: true, proxy: { "/api": { target: "https://www.baidu.com", changeOrigin: true, ws: true, secure: false, pathRewrite: { "^/api": "" } } }} ???????????? Nginx ??????????????????????????
Nginx ??????????????????????????????????????????????? Nginx????????????????????????????????????????????????????????????????????????
转载地址:http://cecfk.baihongyu.com/