[neon/infrastructure/pangea-gemstash] /: lets use the existing port that apache is utilising for the proxy

Carlos De Maine null at kde.org
Tue May 30 03:22:59 BST 2023


Git commit 05f3cbeaf4a6e66d8c45f5d6c49932645adfdb0c by Carlos De Maine.
Committed on 30/05/2023 at 02:22.
Pushed by carlosdem into branch 'master'.

lets use the existing port that apache is utilising for the proxy

M  +1    -1    config.yaml

https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/05f3cbeaf4a6e66d8c45f5d6c49932645adfdb0c

diff --git a/config.yaml b/config.yaml
index 40ab92b..19b8136 100644
--- a/config.yaml
+++ b/config.yaml
@@ -14,7 +14,7 @@
 #:rubygems_url: http://localhost:9292
 :ignore_gemfile_source: false
 :puma_threads: 32
-:bind: tcp://0.0.0.0:9292
+:bind: tcp://0.0.0.0:8000
 :protected_fetch: true
 :fetch_timeout: 10
 :log_file: gemstash.log


More information about the Neon-commits mailing list