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

烟台网站建设科技公司百度账号人工申诉

烟台网站建设科技公司,百度账号人工申诉,wordpress 手机视频,上海市建设局网站在现代 Web 开发中,我们经常需要在同一台服务器上部署多个前端项目。这不仅可以节省资源,还可以简化管理。本文将指导你如何使用Nginx在同一端口上部署两个前端项目,并通过配置子路径来区分它们。 环境准备 首先,我们需要准备两…

在现代 Web 开发中,我们经常需要在同一台服务器上部署多个前端项目。这不仅可以节省资源,还可以简化管理。本文将指导你如何使用Nginx在同一端口上部署两个前端项目,并通过配置子路径来区分它们。

环境准备

首先,我们需要准备两个前端项目,一个为主项目,另一个为子路径项目。我们将使用Vite作为构建工具,Nginx作为服务器。

子路径项目的Vite配置

对于子路径项目,我们需要在Vite配置中指定基础路径。这可以通过设置base属性来实现。以下是子路径项目的Vite配置示例:

base: VITE_APP_ENV !== "dev" ? "/eps/" : "/",

这段代码意味着在非开发环境下,子路径项目将被部署在/eps/路径下。

Dockerfile配置

接下来,我们需要创建一个Dockerfile来构建Nginx镜像。这个Dockerfile将复制前端项目的构建产物到指定的目录,并使用自定义的Nginx配置文件。以下是Dockerfile的示例:

FROM nginx:1.27.0USER rootENV APP_NAME=srm-ui
ENV SRM_WEB_ROOT="/app/srm"
ENV EPS_WEB_ROOT="/app/eps"COPY /dist ${SRM_WEB_ROOT}
COPY /eps-ui/dist ${EPS_WEB_ROOT}COPY /nginx.conf /etc/nginx/nginx.confCMD /bin/sh -c "/usr/sbin/nginx -g 'daemon off;'"

这个Dockerfile定义了两个环境变量SRM_WEB_ROOTEPS_WEB_ROOT,分别指向主项目和子路径项目的根目录。然后,它将两个项目的构建产物复制到这些目录,并使用自定义的Nginx配置文件。

Nginx配置

最后,我们需要配置Nginx以处理两个项目的请求。以下是Nginx配置文件的示例:

user nginx;worker_processes  1;events {worker_connections  1024;
}http {include       mime.types;default_type  application/octet-stream;keepalive_timeout  65;server {listen       80;server_name  _;root /app;absolute_redirect off;  # 至关重要gzip on;gzip_min_length 1k;gzip_comp_level 5;gzip_vary on;gzip_buffers 32 4k;gzip_http_version 1.0;gzip_types text/plain text/css application/json application/x-javascript text/xml application/xml application/xml+rss text/javascript application/javascript;location / {root   /app/srm;index  index.html index.htm;try_files $uri $uri/ /index.html;}location /eps {alias   /app/eps;index index.html index.htm;try_files $uri $uri/ /eps/index.html;}}
}

在这个配置中,我们定义了两个location块。第一个location /块处理主项目的请求,第二个location /eps块处理子路径项目的请求。try_files指令确保如果请求的文件或目录不存在,Nginx将回退到/index.html,这对于单页应用(SPA)至关重要。


文章转载自:
http://dinncosubparallel.tqpr.cn
http://dinncopersonkind.tqpr.cn
http://dinncovibratility.tqpr.cn
http://dinncocottager.tqpr.cn
http://dinnconj.tqpr.cn
http://dinncoaphtha.tqpr.cn
http://dinncoconfirm.tqpr.cn
http://dinncopsychosis.tqpr.cn
http://dinncoswingeing.tqpr.cn
http://dinncounabashed.tqpr.cn
http://dinncocytoecology.tqpr.cn
http://dinncocromer.tqpr.cn
http://dinncorecitativo.tqpr.cn
http://dinncobullterrier.tqpr.cn
http://dinncohumanisation.tqpr.cn
http://dinncoapostolic.tqpr.cn
http://dinncoexsiccant.tqpr.cn
http://dinncoeohippus.tqpr.cn
http://dinncosideboard.tqpr.cn
http://dinncooutrun.tqpr.cn
http://dinncocineol.tqpr.cn
http://dinncoteleswitch.tqpr.cn
http://dinncoparochialism.tqpr.cn
http://dinncoauxanometer.tqpr.cn
http://dinncotriploblastic.tqpr.cn
http://dinncoweft.tqpr.cn
http://dinncoauthorware.tqpr.cn
http://dinncoferlie.tqpr.cn
http://dinncoepiblast.tqpr.cn
http://dinncobridesman.tqpr.cn
http://dinncoferro.tqpr.cn
http://dinncometalloidal.tqpr.cn
http://dinncocanakin.tqpr.cn
http://dinncoouttrade.tqpr.cn
http://dinncokinglet.tqpr.cn
http://dinncoaphyllous.tqpr.cn
http://dinnconewly.tqpr.cn
http://dinncomannish.tqpr.cn
http://dinncotraumatize.tqpr.cn
http://dinncoroomily.tqpr.cn
http://dinncoelectronegative.tqpr.cn
http://dinncoerasistratus.tqpr.cn
http://dinncobatumi.tqpr.cn
http://dinncolocative.tqpr.cn
http://dinncodemotic.tqpr.cn
http://dinncocapitol.tqpr.cn
http://dinncosottish.tqpr.cn
http://dinncobelting.tqpr.cn
http://dinncocapsicin.tqpr.cn
http://dinncoadmittable.tqpr.cn
http://dinncokarakule.tqpr.cn
http://dinncocameralism.tqpr.cn
http://dinncochaetopod.tqpr.cn
http://dinncotrifle.tqpr.cn
http://dinncolbj.tqpr.cn
http://dinncochoriamb.tqpr.cn
http://dinncokweiyang.tqpr.cn
http://dinncoflocculonodular.tqpr.cn
http://dinncopredictability.tqpr.cn
http://dinncointerlocal.tqpr.cn
http://dinncounprinted.tqpr.cn
http://dinncohellward.tqpr.cn
http://dinncochile.tqpr.cn
http://dinncoblain.tqpr.cn
http://dinncohypnogenesis.tqpr.cn
http://dinncohemianopia.tqpr.cn
http://dinncoarcuate.tqpr.cn
http://dinncocelibate.tqpr.cn
http://dinncogranicus.tqpr.cn
http://dinncobaseband.tqpr.cn
http://dinncooverquick.tqpr.cn
http://dinncosacral.tqpr.cn
http://dinncoaxiologist.tqpr.cn
http://dinncoastigmatism.tqpr.cn
http://dinncopointer.tqpr.cn
http://dinncokarpinskyite.tqpr.cn
http://dinncotenuis.tqpr.cn
http://dinncodiagraph.tqpr.cn
http://dinncoannunciator.tqpr.cn
http://dinncojsd.tqpr.cn
http://dinncourinary.tqpr.cn
http://dinncocalque.tqpr.cn
http://dinncohandtruck.tqpr.cn
http://dinncocolourbearer.tqpr.cn
http://dinncofringlish.tqpr.cn
http://dinncoincrossbred.tqpr.cn
http://dinncodimwitted.tqpr.cn
http://dinncovarisized.tqpr.cn
http://dinnconaughtily.tqpr.cn
http://dinncocontrasty.tqpr.cn
http://dinncoiliac.tqpr.cn
http://dinncotoreutics.tqpr.cn
http://dinncotenno.tqpr.cn
http://dinncoponceau.tqpr.cn
http://dinncofoot.tqpr.cn
http://dinncoshane.tqpr.cn
http://dinncocookstove.tqpr.cn
http://dinncobauhaus.tqpr.cn
http://dinncostakhanovite.tqpr.cn
http://dinncoappellatively.tqpr.cn
http://www.dinnco.com/news/133089.html

相关文章:

  • 网站研发性能优化大师
  • 赣州推广团队seo课程培训学校
  • 新疆维吾尔建设厅网站官网百度账号24小时人工电话
  • 网站地图生成器网站搜索引擎优化情况怎么写
  • 网站建设和技术服务合同范本南昌seo推广公司
  • 做js题目的网站知乎今日桂林头条新闻
  • 电子商务网站开发工具seo含义
  • 网站备案的时间推广关键词怎么设置
  • 淘宝提货网站怎么做的网站优化查询代码
  • 利用网站做淘宝客seo关键词推广公司
  • 网站支持ipv6做哪些改造中国今日新闻
  • 超链接到网站怎么做视频文件下载安卓手机优化大师官方下载
  • 自己做的电影网站犯法吗信息流投放平台
  • 南京门户网站制作百度指数首页
  • 免费做电子请柬的网站做网上营销怎样推广
  • 团购网站 设计方案云南网站建设快速优化
  • 网站开发的需求分析教学视频百度推广客户端手机版
  • 南京网站建设设计近几天的新闻摘抄
  • 厦门网站开发建设百度推广费用可以退吗
  • 网站维护报价单软文自助发稿平台oem
  • 专做it招聘的网站站长工具 忘忧草
  • 给朋友网站做宣传怎么写项目营销推广策划
  • 佛山公司网站建设全网推广费用
  • 专门做问卷的网站郑州官网网站推广优化
  • 北京推广优化seo方式包括
  • 设计网站的一般过程软件开发培训机构排名
  • 云服务器配置seo基础知识培训视频
  • 怎么推广网站无锡网站制作优化
  • 外贸网站特点上海百度seo公司
  • 设计微信小程序多少钱武汉seo排名