Summary: Configure nginx reverse proxy jira and implement https Configure Tomcat In this article, we set up JIRA to be accessible at the address http://jira.aniu.so/jira (standard HTTP port 80), while JIRA itself can listen on port 8080 using the context path /jira. Configure nginx reverse proxy jiraConfigure TomcatModify the configuration file server.xml (in the jira installation directory)
Configuring the ConnectorAdd the proxyName and proxyPort elements (replacing them with the appropriate attributes), and another connector below - this is for troubleshooting purposes to bypass the proxy:
The above comments are original, the following are modified by myself Configure nginx's virtual host: After that, restart nginx and jira and it will work The system panel displays normally: This is the end of this article about the problem of implementing jira reverse proxy with nginx. For more relevant nginx reverse proxy content, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope everyone will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: Detailed explanation of the application of meta tags in mobile platform development
>>: Hello dialog box design experience sharing
There are many servers that can host static websi...
Table of contents What is JSON Why this technolog...
1. Installation Environment Computer model: Lenov...
Execution problem between mysql max and where Exe...
Table of contents First Look Index The concept of...
1. Download address https://dev.mysql.com/downloa...
Prepare 1. Download the required installation pac...
1. Title HTML defines six <h> tags: <h1&...
1. Environmental preparation: Operating system: C...
Transition document address defines a background ...
Table of contents Portainer manages multiple Dock...
The requirements are as follows: There are multip...
The difference between replace into and insert in...
Table of contents Summarize Summarize When the ar...
Preface Recently I started using robot framework ...