I'm looking into creating a reverse proxy configuration to our documentation hosted on Confluence pages. The urls of these pages are long, confusing and not work well with SEO, so it would really help if we could streamline this. I'm trying to achieve this in one of our Gateway NGinx servers, but with limited success.…
Hi, My organization have 2 Servicedesk portals on Jira Cloud - * <org>.atlassian.net/helpcenter/hr/ - HR * <org>.atlassian.net/helpcenter/it/ - IT But when we try to setup Custom Domains for them, I am able to only set one common and also it does not take me to individual page but to a portals page-…
I am trying to use a nginx server as a proxy server for jira. And I have set up the setting shown in this url: https://confluence.atlassian.com/display/JIRAKB/Configure+Jira+to+run+behind+a+NGINX+reverse+proxy. Most of the setting are in use now. But something is wrong with the avatar src. I check its html tag and show…
I'm trying to map public links path to a shorter path. I'm using a Nginx reverse proxy. The same happens with CloudFront. This is the configuration: server { listen 80; location / { proxy_pass https://my-domain.atlassian.net/; proxy_http_version 1.1; } location /testdoc { proxy_pass…
Dear All I have Jira and Confluence behind nginx as reverse proxy. but when i want create application link between them i face with attachment error ! i know this error related to my reverse proxy! my nginx config is : server { listen 80; server_name _; return 301 https://IP-ADDRESS; } server { listen 443 ssl; server_name…
Dear All i want connect Jira and Confluence with application link. both server behind nginx as reverse proxy and both server Accessible from reverse proxy * Jira : https://reverseproxy.local/jira * Confluence : https://reverseproxy.local/confluence also i can run succesfully curl -k -L https://reverseproxy.local/jira from…
hi every one i use nginx for revers proxy with the help of the link below https://confluence.atlassian.com/jirakb/configure-jira-server-to-run-behind-a-nginx-reverse-proxy-426115340.html but my gadget show __MSG_gadget name I will be grateful if you can guide me nginx.conf: server { listen 443 ssl; server_name…
Hello, when I test the server settings of my synchronization profile I receive the following error message: '403' ('Forbidden') nginx Has someone experience in the configuration of the CalDav Syncronizer in an environment using 2FA? Thanks in advance. Kind regards, Peter
I have Jira and Bitbucket hosted on same machine with nginx which i use as a proxy. I reissue my certificate and follow nginx configuration to update .key and .cert files. After that i restart my Nginx server. I cheked lock icon on the browser and the certificate is updated to the next year for both web pages (jira and…
I'm trying to setup jira server via nginx proxy. made a A dns record for it, made an port forwarding to NGINX (with certbot installed), at nginx i got this jira.blabla.com.conf config server { server_name jira.blabla.com; location / { proxy_set_header X-Forwarded-Host $host; proxy_set_header X-Forwarded-Server $host;…
It looks like you're new here. Sign in or register to get started.