当前位置: 首页> 游戏> 手游 > 设计风格网站欣赏_科技论文_广州seo工资_和生活爱辽宁免费下载安装

设计风格网站欣赏_科技论文_广州seo工资_和生活爱辽宁免费下载安装

时间:2025/8/22 14:00:51来源:https://blog.csdn.net/weixin_42050406/article/details/146209833 浏览次数:0次
设计风格网站欣赏_科技论文_广州seo工资_和生活爱辽宁免费下载安装

修改nginx.conf

前提:
前端项目打包时,修改vue.config.js配置

module.exports = defineConfig({publicPath: './',......
)}

举例

  1. 通过前缀区分多个前端项目
        server {listen 443 ssl;server_name localhost;ssl_certificate         /var/lib/thci/pki/app.pem;ssl_certificate_key     /var/lib/thci/pki/app-key.pem;proxy_set_header Remote_addr $remote_addr;// 原本的location / {root /etc/nginx/dist;index index.html index.htm;try_files $uri $uri/ /index.html;}// 新加的// 注意得用 alias location /访问前缀名 {alias /etc/nginx/包名;index index.html index.htm;try_files $uri $uri/ /cloudspace/index.html;autoindex off;}
  1. 通过端口号区分不同项目
		server {listen 998 ssl; //访问端口号server_name localhost;ssl_certificate         /var/lib/thci/pki/app.pem;ssl_certificate_key     /var/lib/thci/pki/app-key.pem;proxy_set_header Remote_addr $remote_addr;location / {root /etc/nginx/报名;index index.html index.htm;...............
关键字:设计风格网站欣赏_科技论文_广州seo工资_和生活爱辽宁免费下载安装

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com

责任编辑: