diff options
| author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2016-07-27 14:20:04 +0200 |
|---|---|---|
| committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2016-07-27 14:20:04 +0200 |
| commit | e9c9707c51ae0808a96cbae3f59a56b241dd862f (patch) | |
| tree | de01b55ee05fd644a2827ff465629b7d1bf77951 /roles/mdapi | |
| parent | a7c5df7324fcac5a759f72042d79efd3a504d34e (diff) | |
| download | ansible-e9c9707c51ae0808a96cbae3f59a56b241dd862f.tar.gz ansible-e9c9707c51ae0808a96cbae3f59a56b241dd862f.tar.xz ansible-e9c9707c51ae0808a96cbae3f59a56b241dd862f.zip | |
Move mdapi to run at port 8080
Diffstat (limited to 'roles/mdapi')
| -rw-r--r-- | roles/mdapi/templates/mdapi.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mdapi/templates/mdapi.cfg b/roles/mdapi/templates/mdapi.cfg index ad58a9db0..270ec0d7f 100644 --- a/roles/mdapi/templates/mdapi.cfg +++ b/roles/mdapi/templates/mdapi.cfg @@ -1,5 +1,5 @@ HOST = '*' -PORT = '80' +PORT = '8080' PREFIX = '/mdapi' {% if env == 'staging' %} |
