From 81e1b297b1fabec596c1cb7187ce2d6199026429 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 30 Nov 2023 16:51:10 +0800
Subject: [PATCH] 模拟考试成绩查询
---
nginx.conf | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/nginx.conf b/nginx.conf
index 5b67e36..bd2d633 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -35,7 +35,7 @@
server {
listen 80;
server_name localhost;
- root E:/nginx-1.18.0/html/dist/;
+ root /usr/share/nginx/html/;
index index.html index.htm;
location / {
@@ -83,7 +83,8 @@
proxy_buffering off;
client_max_body_size 100m;
rewrite ^/api/(.*)$ /$1 break;
- proxy_pass http://zhbaw.zhba:81;
+ proxy_pass http://192.168.0.191:81;
+ # proxy_pass http://zhbaw.zhba:81;
}
--
Gitblit v1.9.3