Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2018-03-05 16:17:48 +0800
Commit
b5b583ec69e41813c07ab528238b6ee3394199a3
1 parent
35b6ca3a
nginx配置刷新
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
monitor-service-nginxsync/src/main/java/com/monitor/nginxsync/service/NginxSyncService.java
monitor-service-nginxsync/src/main/java/com/monitor/nginxsync/service/NginxSyncService.java
View file @
b5b583e
...
...
@@ -73,6 +73,10 @@ public class NginxSyncService {
args
=
" -c gray"
;
break
;
case
5
:
args
=
" -c qcloud_az2"
;
break
;
default
:
break
;
}
...
...
Please
register
or
login
to post a comment