一品网
  • 首页

IDEA中在nginx上设置访问前端页面


1、在nginx上进行配置

	location /web/{
		root  D:/fxglxt/src/main/resources/static;
		index index.html index.htm;
	}
	
	location /fxglxt/{
		proxy_pass  http://127.0.0.1:8083;
		
	}

 2、启动nginx

 3、访问路径:http://localhost:8080/fxglxt/web/index.html

Nginx

相关


linux环境开机自启动nginx

nginx下配置多个web服务

一步一步配置docker(tomcat+jenkins+phpmyadmin+nginx)

阿里云服务器搭建Nginx+rtmp推流服务器

nginx反向代理websocket wss或ws端口

docker安装与配置nginx详细过程

ceryx+redis实现nginx动态路由功能、动态管理upstream

nginx配置文件

k8s中的nginx-ingress如何配置路径重定向

Nginx实现负载均衡

nginx 配置 https

vue-router history模式在nginx二级目录下的配置

标签

一品网 冀ICP备14022925号-6