Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
config_repository
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
QA
config_repository
Commits
d4fd4308
Commit
d4fd4308
authored
Mar 09, 2018
by
tywldx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
5b73a112
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
40 additions
and
0 deletions
+40
-0
.DS_Store
.DS_Store
+0
-0
new-spider-center-ui.js
lua-ui/config/new-spider-center-ui.js
+10
-0
spider-center-ui--new-spider-center-ui.vh.conf
lua-ui/nginx/spider-center-ui--new-spider-center-ui.vh.conf
+30
-0
No files found.
.DS_Store
0 → 100644
View file @
d4fd4308
File added
lua-ui/config/new-spider-center-ui.js
0 → 100644
View file @
d4fd4308
var
protocal
=
window
.
location
.
protocol
;
var
apiHost
=
protocal
+
'
//scapi.domain.com
'
;
var
xyqbUiHost
=
protocal
+
'
//api.domain.com
'
;
module
.
exports
=
{
api
:
apiHost
,
xyqbUiApi
:
xyqbUiHost
,
analysisUrl
:
"
/analysis/
"
,
test
:
true
};
\ No newline at end of file
lua-ui/nginx/spider-center-ui--new-spider-center-ui.vh.conf
0 → 100644
View file @
d4fd4308
server
{
listen
80
;
gzip
on
;
gzip_min_length
1
k
;
gzip_buffers
4
16
k
;
gzip_http_version
1
.
0
;
gzip_comp_level
4
;
gzip_types
text
/
plain
application
/
x
-
javascript
text
/
css
application
/
xml
application
/
javascript
;
gzip_vary
on
;
set
$
normalPath
"/home/quant_group/spider-center/dist"
;
set
$
channelPath
"/home/quant_group/new-spider-center/dist"
;
set
$
registerChannel
"999999"
;
set
$
merchantChannel
""
;
set
$
excludeChannel
"504,900"
;
set
$
tailNumber
"1,2,3,4,5,6,7,8,9"
;
location
/ {
expires
-
1
;
set_by_lua_file
$
rootPath
/
usr
/
local
/
openresty
/
nginx
/
lua
/
phoneChannel
.
lua
;
header_filter_by_lua_file
/
usr
/
local
/
openresty
/
nginx
/
lua
/
addCookie
.
lua
;
root
$
rootPath
;
try_files
$
uri
$
uri
/ /
index
.
html
?$
query_string
;
}
}
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