Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
0e34f897
Commit
0e34f897
authored
Mar 03, 2020
by
弓厶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加维护文件
parent
dfb0d6ee
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
0 deletions
+38
-0
deploy/prod/winsun-docker-application-list/gdtel-gztel-school-center/ui/Dockerfile
+6
-0
deploy/prod/winsun-docker-application-list/gdtel-gztel-school-center/ui/nginx/config/ui.conf
+27
-0
deploy/upload.sh
+5
-0
No files found.
deploy/prod/winsun-docker-application-list/gdtel-gztel-school-center/ui/Dockerfile
0 → 100644
View file @
0e34f897
FROM
nginx
LABEL
maintainer="Liph <liph@gzwinsun.com>" app="com.gdtel.gztel.schoolcenter.ui"
COPY
nginx/html /etc/nginx/html
COPY
nginx/config/ui.conf /etc/nginx/conf.d/default.conf
EXPOSE
11090
CMD
["nginx", "-g", "daemon off;"]
deploy/prod/winsun-docker-application-list/gdtel-gztel-school-center/ui/nginx/config/ui.conf
0 → 100644
View file @
0e34f897
server_tokens
off
;
server
{
listen
11090
;
server_name
172
.
18
.
101
.
171
;
client_max_body_size
100
M
;
proxy_connect_timeout
180
;
proxy_read_timeout
180
;
proxy_send_timeout
180
;
location
/ {
root
/
etc
/
nginx
/
html
;
}
location
/
auth
{
proxy_pass
http
://
gateway
:
10001
/
auth
;
}
location
/
jyyy
{
proxy_pass
http
://
gateway
:
10001
/
jyyy
;
}
error_page
500
502
503
504
/
50
x
.
html
;
location
= /
50
x
.
html
{
root
html
;
}
}
deploy/upload.sh
0 → 100755
View file @
0e34f897
#!/bin/bash
cp
-r
../dist/
*
prod/winsun-docker-application-list/gdtel-gztel-school-center/ui/nginx/html
scp
-r
prod/winsun-docker-application-list/gdtel-gztel-school-center/
*
liph@172.18.101.171:/datas/apps/web/jars/winsun-docker-application-list/gdtel-gztel-school-center
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