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
Administrator
bkunyun
Commits
676a0b5d
Commit
676a0b5d
authored
Jun 08, 2022
by
吴永生#A02208
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: nginx文件修改
parent
bc33d33f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
nginx_test_10005.conf
nginx/nginx_test_10005.conf
+2
-2
No files found.
nginx/nginx_test_10005.conf
View file @
676a0b5d
...
@@ -17,8 +17,8 @@ http {
...
@@ -17,8 +17,8 @@ http {
index
index
.
html
index
.
htm
;
index
index
.
html
index
.
htm
;
resolver
127
.
0
.
0
.
11
valid
=
10
s
;
resolver
127
.
0
.
0
.
11
valid
=
10
s
;
location
/ {
location
/ {
try_files
$
uri
/
wap
/
index
.
html
;
try_files
$
uri
/
v3
/
index
.
html
;
index
/
wap
/
index
.
html
;
index
/
v3
/
index
.
html
;
#add_header Access-Control-Allow-Origin *;
#add_header Access-Control-Allow-Origin *;
add_header
Access
-
Control
-
Allow
-
Origin
*;
add_header
Access
-
Control
-
Allow
-
Origin
*;
add_header
Access
-
Control
-
Allow
-
Methods
'GET, POST, OPTIONS'
;
add_header
Access
-
Control
-
Allow
-
Methods
'GET, POST, OPTIONS'
;
...
...
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