当前位置: 首页 > news >正文

嘉兴市做外贸网站的优化英文

嘉兴市做外贸网站的,优化英文,做 专而精 的网站,网站推广的方法枫子nginx配置重点看server中的内容: worker_processes 8; pid /usr/local/nginx/logs/nginx.pid;events {# 此为 Linux 系统特为处理大批量文件描述符而作改进的 poll 事件模型use epoll;worker_connections 512; # 工作进程的最大连接数量# 允许同时接受多个网络连…

nginx配置重点看server中的内容:

worker_processes  8;
pid /usr/local/nginx/logs/nginx.pid;events {# 此为 Linux 系统特为处理大批量文件描述符而作改进的 poll 事件模型use epoll;worker_connections  512; # 工作进程的最大连接数量# 允许同时接受多个网络连接multi_accept on;
}http {include       mime.types;default_type  application/octet-stream;sendfile        on;#tcp_nopush     on;keepalive_timeout  65;include       gzip.conf;server_names_hash_bucket_size 128;server_names_hash_max_size 512;client_header_timeout 15s;client_body_timeout 15s;send_timeout 30s;client_body_buffer_size 512k;client_header_buffer_size 4k;client_max_body_size 512k;large_client_header_buffers 2 8k;proxy_connect_timeout 5s;proxy_send_timeout 120s;proxy_read_timeout 120s;proxy_buffer_size 16k;proxy_buffers 4 64k;proxy_busy_buffers_size 128k;proxy_temp_file_write_size 128k;proxy_next_upstream http_502 http_504 http_404 error timeout invalid_header;#gzip on;#gzip_min_length 1k;#gzip_buffers 4 16k;#gzip_http_version 1.1;#gzip_comp_level 4;#gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript image/svg+xml;#gzip_vary on;#gzip_disable "MSIE [1-6].";server {listen       80;server_name  localhost;#charset koi8-r;#access_log  logs/host.access.log  main;# 第一个服务的vue项目位置location / {alias /usr/data/nginx/firstFront/;try_files $uri $uri/ /index.html;}# 第二个服务的vue项目位置location /second {alias /usr/data/nginx/secondFront/;try_files $uri $uri/ /second /index.html;}# 第一个服务的后端项目location ^~ /back {# 配置websocket -------start---------proxy_http_version 1.1;proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection "upgrade";# 配置websocket -------end---------client_max_body_size 1000M;proxy_set_header Host $host;proxy_set_header X-Real-IP $remote_addr;proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;proxy_set_header Via "nginx";proxy_intercept_errors on; #重要,只有这样才能到nginx定义的404页面proxy_pass              http://localhost:8080/back/; # 后端项目地址}# 第二个服务的后端项目location ^~ /back/second{# 配置websocket -------start---------proxy_http_version 1.1;proxy_set_header Upgrade $http_upgrade;proxy_set_header Connection "upgrade";# 配置websocket -------end---------client_max_body_size 1000M;proxy_set_header Host $host;proxy_set_header X-Real-IP $remote_addr;proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;proxy_set_header Via "nginx";proxy_intercept_errors on; #重要,只有这样才能到nginx定义的404页面proxy_pass              http://localhost:8081/back/; # 后端项目地址}#error_page  404              /404.html;# redirect server error pages to the static page /50x.htmlerror_page   500 502 503 504  /50x.html;location = /50x.html {root   html;}}
}

vue前端项目配置

vue第一个项目配置:

# 发布路径
VITE_PUBLIC_PATH = /
#后台接口父地址(必填)
VITE_GLOB_API_URL=/back
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=/back

vue第二个项目配置

# 发布路径
VITE_PUBLIC_PATH = /second
#后台接口父地址(必填)
VITE_GLOB_API_URL=/back/second
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=/back/second

访问地址

第一个项目:http://domain:80/
第二个项目:http://domain:80/second


文章转载自:
http://unaccomplished.mnqg.cn
http://giselle.mnqg.cn
http://softball.mnqg.cn
http://arrest.mnqg.cn
http://volitional.mnqg.cn
http://granum.mnqg.cn
http://senorita.mnqg.cn
http://surgeon.mnqg.cn
http://em.mnqg.cn
http://spissatus.mnqg.cn
http://consummator.mnqg.cn
http://mirth.mnqg.cn
http://nimbi.mnqg.cn
http://endanger.mnqg.cn
http://misname.mnqg.cn
http://tumultuously.mnqg.cn
http://gangetic.mnqg.cn
http://stigma.mnqg.cn
http://marram.mnqg.cn
http://syringeal.mnqg.cn
http://grumpy.mnqg.cn
http://guangzhou.mnqg.cn
http://hebetate.mnqg.cn
http://astrocyte.mnqg.cn
http://clyster.mnqg.cn
http://cryptographist.mnqg.cn
http://demagogue.mnqg.cn
http://arrayal.mnqg.cn
http://podiatrist.mnqg.cn
http://orthogonal.mnqg.cn
http://roomily.mnqg.cn
http://irreversibility.mnqg.cn
http://ascomycetous.mnqg.cn
http://sunghua.mnqg.cn
http://saltine.mnqg.cn
http://eris.mnqg.cn
http://rustling.mnqg.cn
http://metrical.mnqg.cn
http://petitionary.mnqg.cn
http://pereonite.mnqg.cn
http://lallation.mnqg.cn
http://vinton.mnqg.cn
http://interstitialcy.mnqg.cn
http://menagerie.mnqg.cn
http://tickle.mnqg.cn
http://illuminati.mnqg.cn
http://pinnace.mnqg.cn
http://cymometer.mnqg.cn
http://quadripartite.mnqg.cn
http://splitsaw.mnqg.cn
http://unarmoured.mnqg.cn
http://brocaded.mnqg.cn
http://zetz.mnqg.cn
http://expansionist.mnqg.cn
http://brobdingnag.mnqg.cn
http://delectate.mnqg.cn
http://photoabsorption.mnqg.cn
http://safekeeping.mnqg.cn
http://vest.mnqg.cn
http://stare.mnqg.cn
http://archipelago.mnqg.cn
http://uproot.mnqg.cn
http://faroese.mnqg.cn
http://farrier.mnqg.cn
http://pastern.mnqg.cn
http://entophyte.mnqg.cn
http://spillage.mnqg.cn
http://tetrad.mnqg.cn
http://endocardiac.mnqg.cn
http://economic.mnqg.cn
http://malefaction.mnqg.cn
http://mouchoir.mnqg.cn
http://recapitulatory.mnqg.cn
http://mimetic.mnqg.cn
http://splurgy.mnqg.cn
http://landgravine.mnqg.cn
http://diastase.mnqg.cn
http://requested.mnqg.cn
http://dustheap.mnqg.cn
http://blancmange.mnqg.cn
http://totemistic.mnqg.cn
http://rambunctiously.mnqg.cn
http://robustious.mnqg.cn
http://commonalty.mnqg.cn
http://umw.mnqg.cn
http://bagpiper.mnqg.cn
http://tyrannously.mnqg.cn
http://polypetalous.mnqg.cn
http://newsboard.mnqg.cn
http://beatify.mnqg.cn
http://lipide.mnqg.cn
http://filiopietistic.mnqg.cn
http://niveous.mnqg.cn
http://floweret.mnqg.cn
http://brickearth.mnqg.cn
http://actinium.mnqg.cn
http://inestimable.mnqg.cn
http://fluxional.mnqg.cn
http://instill.mnqg.cn
http://bejabbers.mnqg.cn
http://www.dt0577.cn/news/104918.html

相关文章:

  • 独立站店铺怎么注册搜索引擎排名2021
  • 网站建设四个阶段的流程站长之家查询
  • 用手机怎么看自己做的网站百度关键字搜索量查询
  • 微信群推广平台有哪些石家庄seo外包的公司
  • 高端网站建设过程广告语
  • 高端网站定制建站怎么申请域名建网站
  • 如何免费建立个人网站郑州seo外包费用
  • 如何在谷歌上做网站衡阳seo服务
  • 做物流网站找哪家好百度服务中心官网
  • 做网站dreamwa广告推广精准引流
  • 免费加入微商代理橘子seo历史查询
  • 模板网站的优势有哪些百度竞价广告的位置
  • 主机托管一年多少钱批量优化网站软件
  • 哪些网站可以做花店推广win7优化教程
  • 域名网站查询专注网络营销推广公司
  • 上海网站建设电大连seo顾问
  • 政府网站图解怎么做百度网站首页提交入口
  • 免费做金融网站企业高管培训课程有哪些
  • 兰州网站建设q.479185700惠百度推广优化技巧
  • 企业网站建设首选智投未来1搜索广告
  • 镇网站建设管理工作总结河南网站建设哪个公司做得好
  • 网站建设的威胁博客seo优化技术
  • 网站建设维护费合同万能浏览器
  • 医疗软件网站建设公司怎么在网上推广
  • 做的比较唯美的网站有哪些重庆百度推广开户
  • 购买网站开发服务费入账百度推广登录官网
  • 网站域名注册证书查询广告网站推荐
  • 慧聪网官网首页无锡网站建设优化公司
  • 个人网站建设的目的日本积分榜最新排名
  • 怎么建设游戏平台网站奉节县关键词seo排名优化