Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
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
sunyihao
bkunyun
Commits
c0db760c
Commit
c0db760c
authored
Jun 09, 2022
by
吴永生#A02208
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: ng修改
parent
a1b5de21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
nginx_test_10005.conf
nginx/nginx_test_10005.conf
+6
-0
No files found.
nginx/nginx_test_10005.conf
View file @
c0db760c
...
@@ -24,6 +24,12 @@ http {
...
@@ -24,6 +24,12 @@ http {
add_header
Access
-
Control
-
Allow
-
Methods
'GET, POST, OPTIONS'
;
add_header
Access
-
Control
-
Allow
-
Methods
'GET, POST, OPTIONS'
;
add_header
Access
-
Control
-
Allow
-
Headers
'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization'
;
add_header
Access
-
Control
-
Allow
-
Headers
'DNT,X-Mx-ReqToken,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Authorization'
;
}
}
location
^~ /
v3
/ {
try_files
$
uri
/
v3
/
index
.
html
index
/
v3
/
index
.
html
;
}
location
^~ /
accounts
/ {
location
^~ /
accounts
/ {
set
$
accountservice
"http://account-service:6000"
;
set
$
accountservice
"http://account-service:6000"
;
proxy_pass
$
accountservice
;
proxy_pass
$
accountservice
;
...
...
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