Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Need NGNIX configuration

vashim.shekh_Qsk November 18, 2022

Hi,

 

Need to configure NGNIX config for JIRA and confluence , our JIRA and Confluence hosted in same windows Server example -A-server  and ngnix install also -A-server in c drive and we need to configure in NGIX config file for both application. can anyone share ngnix.conf file and under code. can we use as proxy bypass in single config file for JIRA & confluence.

guide us.

Regards

Vashim shekh  

2 comments

V V S N Sudheer Vissa November 19, 2022
server {
        listen  80 default_server;
        listen  [::]:80 default_server ipv6only=on;
        server_name atlassian.com www.atlassian.com;
        return  301 https://$server_name$request_uri;
}

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events