国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 網(wǎng)站 > Nginx > 正文

Nginx實(shí)現(xiàn)前后端分離

2024-08-30 12:22:35
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友
本篇文章是小編整理的關(guān)于Nginx實(shí)現(xiàn)前后端分離的詳細(xì)代碼,如果你對(duì)此有需要,可以參考測(cè)試下。

 

#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid    logs/nginx.pid;events {  worker_connections 1024;}http {  include    mime.types;  default_type application/octet-stream;  #sendfile    on;  #tcp_nopush   on;  #keepalive_timeout 0;  keepalive_timeout 65;    proxy_set_header Cookie $http_cookie;    proxy_set_header X-Forwarded-Host $host;    proxy_set_header X-Forwarded-Server $host;    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;    proxy_set_header Host $host;    proxy_set_header X-Real-IP $remote_addr;   gzip on;  sendfile   on;  server {    listen    8100;    server_name localhost;    location =/ {      root /Users/abee/WebstormProjects/Angular/dist;       index index.html index.htm;      try_files $uri $uri/ /index.html =404;    }    location ~* /.(js|css|htm|html|gif|jpg|jpeg|png|bmp)$ {       root /Users/abee/WebstormProjects/Angular/dist;     }    location / {      proxy_pass http://localhost:8200/;    }         }}

如果有多個(gè)server端location可使用另一種配置

location /server1/ {      proxy_pass http://localhost:8300/;    }

以上就是本次給大家?guī)?lái)的關(guān)于Nginx實(shí)現(xiàn)前后端分離的全部?jī)?nèi)容,感謝你對(duì)武林網(wǎng)之家的支持。

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 新河县| 利辛县| 来安县| 镇平县| 大竹县| 塘沽区| 南昌县| 师宗县| 辽阳市| 祁东县| 仙游县| 获嘉县| 宜阳县| 平安县| 柳林县| 同仁县| 江山市| 盘锦市| 霞浦县| 偃师市| 神农架林区| 陕西省| 娄烦县| 浙江省| 新竹市| 甘德县| 板桥市| 鹤山市| 桐城市| 平安县| 陆河县| 莱州市| 贵溪市| 静宁县| 林州市| 南澳县| 周宁县| 阿巴嘎旗| 樟树市| 襄垣县| 新龙县|