Change the port Bitbucket listens on
Bitbucket Data Center と Server の管理
- ユーザーとグループ
- 外部ユーザー ディレクトリ
- グローバル権限
- Setting up your mail server
- アトラシアン アプリケーションとの連携
- Connect Bitbucket to an external database
- Bitbucket Server を別のサーバーに移行する
- Run Bitbucket in AWS
- Specify the Bitbucket base URL
- アプリケーション ナビゲーターを構成する
- アプリの管理
- View and configure the audit log
- Update your license key
- Configuration properties
- Bitbucket のコンテキスト パスを変更する
- データの復元とバックアップ
- Git リポジトリへの HTTP(S) アクセスの無効化
- スマート ミラーリング
- Bitbucket Mesh
- Export and import projects and repositories
- Git Large File Storage
- Git Virtual File System (GVFS)
- Git リポジトリへの SSH アクセスを有効にする
- Secret scanning
- Use diff transcoding
- Change the port Bitbucket listens on
- ロックアウトのリカバリ プロセス
- プロキシとセキュアな Bitbucket
- High availability for Bitbucket
- サードパーティ製アプリの診断
- Enabling JMX counters for performance monitoring
- Bitbucket guardrails
- Enable debug logging
- Bitbucket Server の拡張
- Add a shortcut link to a repository
- Administer code search
- Adding additional storage for your repository data
- Add a system-wide announcement banner
- アプリケーションを横断したプロジェクト リンクの構成
- レート制限でインスタンスの安定性を改善する
- Atlasssian Data Center アプリケーションで CDN を使用する
- Managing HTTP access tokens
- 他のアプリケーションにリンクする
- Setting a system-wide default branch name
- 非アクティブなプル リクエストを自動的に却下
- データベース パスワードの暗号化
- 高度なリポジトリ管理
- Xcode for Bitbucket Server
- データ パイプライン
- Migrate Bitbucket Server from Windows to Linux
このページの内容
関連コンテンツ
- 関連コンテンツがありません
You can change the port that Bitbucket Data Center and Server listens on from the default '7990
' to a different value if another application is already running on that port.
netstat を使用して空いているポートを特定できます。
To change the port Bitbucket listens on
- Navigate to your home directory.
Open the
shared/bitbucket.properties
file, add thesever.port
property (or edit it if a line for theserver.port
property already exists), and set the value to the port number Bitbucket will run on. For example, to set to the port to8080
you would add:server.port=8080
ファイルを保存します。
Restart Bitbucket so the change takes effect. See Start and stop Bitbucket.
重要な考慮事項
ファイアウォールを使用している場合、選択したコネクタ ポート経由の HTTP または HTTPS トラフィックを許可するように構成されていることを確認します。
If you are running Bitbucket on a Linux server and want to bind to privileged ports (those below 1024, for example port 80), you will need to start Bitbucket as root to successfully bind to the port. Or, you can bind Bitbucket to a port over 1024 and then configure iptables to redirect traffic from port 80 to the higher port.
関連コンテンツ
- 関連コンテンツがありません