gogs: Packager.io v0.10rc wrong port
- Gogs version (or commit ref): 0.9.168.0223 / 0.10 RC
- Git version: packager.io build 605
- Operating system: debian 8
- Database (use
[x]
):- PostgreSQL
- MySQL
- SQLite
- Can you reproduce the bug at https://try.gogs.io:
- Yes (provide example URL)
- No
- Not relevant
Description
I just updated Gogs via sudo apt upgrade
, it installed v0.10rc.
A 503 error occurred just afterward. With ps -aux | grep gogs
, I saw it was launched with ./gogs web -p 6000
So I modified my apache settings from 3000 to 6000 ; and it worked.
Anyway, in /etc/gogs/conf/app.ini
, it’s still indicated 3000…
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Reactions: 2
- Comments: 15 (6 by maintainers)
I’m sorry but it’s not a dup.
I’m not using nginx (and the pkgr doesn’t configure apache). Since last update (v0.10rc), it does use port 6000 instead of 3000 as it used to be. I’m using Gogs from pkgr for at least 6 months and update regularly.
As you can see by my excerpt 5 messages up from here, it written 6000 by pkgr ! #1645 is closed and marked as fixed and it’s not.
Please investigate.