Code Monkey home page Code Monkey logo

jira-mysql-https-docker-compose's People

Contributors

alexanderthurn avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

jira-mysql-https-docker-compose's Issues

Problem with adding gadgets

`

<Service name="Catalina">
    <!--
     ==============================================================================================================
     DEFAULT - Direct connector with no proxy for unproxied access to Jira.

     If using a http/https proxy, comment out this connector.
     ==============================================================================================================
    -->

    <!-- Relaxing chars because of JRASERVER-67974 
    <Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"
               maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
               maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
               acceptCount="100" disableUploadTimeout="true" bindOnInit="false"/>
    -->

    <!--
     ==============================================================================================================
     HTTP - Proxying Jira via Apache or Nginx over HTTP

     If you're proxying traffic to Jira over HTTP, uncomment the below connector and comment out the others.
     Ensure the proxyName and proxyPort are updated with the appropriate information if necessary as per the docs.

     See the following for more information:

        Apache - https://confluence.atlassian.com/x/4xQLM
        nginx  - https://confluence.atlassian.com/x/DAFmGQ
     ==============================================================================================================
    -->

    <!--
    <Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"
               maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
               maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
               acceptCount="100" disableUploadTimeout="true" bindOnInit="false" scheme="http"
               proxyName="<subdomain>.<domain>.com" proxyPort="80"/>

    -->
    <!--
     ==============================================================================================================
     HTTPS - Proxying Jira via Apache or Nginx over HTTPS

     If you're proxying traffic to Jira over HTTPS, uncomment the below connector and comment out the others.
     Ensure the proxyName and proxyPort are updated with the appropriate information if necessary as per the docs.

     See the following for more information:

        Apache - https://confluence.atlassian.com/x/PTT3MQ
        nginx  - https://confluence.atlassian.com/x/DAFmGQ
     ============================================================================================================== /opt/atlassian/jira/conf

    -->

    
    <Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"
               maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
               maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
               acceptCount="100" disableUploadTimeout="true" bindOnInit="false" secure="true" scheme="https"
               proxyName="jira.froso.de" proxyPort="443"/>
   

    <!--
     ==============================================================================================================
     AJP - Proxying Jira via Apache over HTTP or HTTPS

     If you're proxying traffic to Jira using the AJP protocol, uncomment the following connector line
     See the following for more information:

        Apache - https://confluence.atlassian.com/x/QiJ9MQ
     ==============================================================================================================
    -->

    <!--
    <Connector port="8009" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"
               URIEncoding="UTF-8" enableLookups="false" protocol="AJP/1.3"/>
    -->

    <Engine name="Catalina" defaultHost="localhost">
        <Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">

            <Context path="" docBase="${catalina.home}/atlassian-jira" reloadable="false" useHttpOnly="true">
                <Resource name="UserTransaction" auth="Container" type="javax.transaction.UserTransaction"
                          factory="org.objectweb.jotm.UserTransactionFactory" jotm.timeout="60"/>
                <Manager pathname=""/>
                <JarScanner scanManifest="false"/>
            </Context>

        </Host>
        <Valve className="org.apache.catalina.valves.AccessLogValve"
               pattern="%a %{jira.request.id}r %{jira.request.username}r %t &quot;%m %U%q %H&quot; %s %b %D &quot;%{Referer}i&quot; &quot;%{User-Agent}i&quot; &quot;%{jira.request.assession.id}r&quot;"/>
    </Engine>
</Service>

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.