Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-operate-sys-cscec
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fulixin
dsk-operate-sys-cscec
Commits
24f2cbb4
Commit
24f2cbb4
authored
Oct 22, 2023
by
tanyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加szh-test.jiansheku.com
parent
39cb076e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
operate.conf
dsk-operate-ui/operate.conf
+9
-9
No files found.
dsk-operate-ui/operate.conf
View file @
24f2cbb4
server
server
{
{
listen
80
;
listen
80
;
server_name
hwszh
.
jiansheku
.
com
szh
.
jiansheku
.
com
szh
-
test
.
jiansheku
.
com
szhapi
.
jiansheku
.
com
;
server_name
hwszh
.
jiansheku
.
com
szh
.
jiansheku
.
com
szh
-
test
.
jiansheku
.
com
;
index
index
.
php
index
.
html
index
.
htm
default
.
php
default
.
htm
default
.
html
;
index
index
.
php
index
.
html
index
.
htm
default
.
php
default
.
htm
default
.
html
;
error_page
500
502
503
504
/
50
x
.
html
;
error_page
500
502
503
504
/
50
x
.
html
;
...
@@ -16,14 +16,14 @@ server
...
@@ -16,14 +16,14 @@ server
}
}
location
/
prod
-
api
/ {
;
location
/
prod
-
api
/ {
proxy_redirect
off
;
;
proxy_redirect
off
;
proxy_set_header
Host
$
host
;
;
proxy_set_header
Host
$
host
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
;
proxy_set_header
X
-
Real
-
IP
$
remote_addr
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
;
proxy_set_header
X
-
Forwarded
-
For
$
proxy_add_x_forwarded_for
;
# 后端服务地址
;
# 后端服务地址
proxy_pass
http
://
localhost
:
9200
;
;
proxy_pass
http
://
localhost
:
9200
;
}
;
}
location
= /
50
x
.
html
{
location
= /
50
x
.
html
{
root
html
;
root
html
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment