<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/index.php?action=history&amp;feed=atom&amp;title=JIRA_File_Upload_issue</id>
	<title>JIRA File Upload issue - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/index.php?action=history&amp;feed=atom&amp;title=JIRA_File_Upload_issue"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=JIRA_File_Upload_issue&amp;action=history"/>
	<updated>2026-07-20T13:57:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=JIRA_File_Upload_issue&amp;diff=235&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;JIRA file Upload Issue -----------------------   JIRA having Tomcat as a main Server and Nginx as a proxy Server.  What does a Proxy Server means?  Imagine we have a single server  You have one application running on apache server  You have another application running on java webserver  You have third application running on Tomcat apache  You have an nginx  The 3 different servers all should listen on port 443 or 80  On Linuxweb.apoyar-KITTY  Sudo su  # cd /etc/nginx/sit...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=JIRA_File_Upload_issue&amp;diff=235&amp;oldid=prev"/>
		<updated>2022-06-01T06:55:07Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;JIRA file Upload Issue -----------------------   JIRA having Tomcat as a main Server and Nginx as a proxy Server.  What does a Proxy Server means?  Imagine we have a single server  You have one application running on apache server  You have another application running on java webserver  You have third application running on Tomcat apache  You have an nginx  The 3 different servers all should listen on port 443 or 80  On Linuxweb.apoyar-KITTY  Sudo su  # cd /etc/nginx/sit...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;JIRA file Upload Issue&lt;br /&gt;
-----------------------&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
JIRA having Tomcat as a main Server and Nginx as a proxy Server.&lt;br /&gt;
&lt;br /&gt;
What does a Proxy Server means?&lt;br /&gt;
&lt;br /&gt;
Imagine we have a single server&lt;br /&gt;
&lt;br /&gt;
You have one application running on apache server&lt;br /&gt;
&lt;br /&gt;
You have another application running on java webserver&lt;br /&gt;
&lt;br /&gt;
You have third application running on Tomcat apache&lt;br /&gt;
&lt;br /&gt;
You have an nginx&lt;br /&gt;
&lt;br /&gt;
The 3 different servers all should listen on port 443 or 80&lt;br /&gt;
&lt;br /&gt;
On Linuxweb.apoyar-KITTY&lt;br /&gt;
&lt;br /&gt;
Sudo su&lt;br /&gt;
&lt;br /&gt;
# cd /etc/nginx/sites-enabled/&lt;br /&gt;
&lt;br /&gt;
#ls&lt;br /&gt;
&lt;br /&gt;
Confluence.conf     jira.conf    mediawiki.conf    ssl-gitlab.conf    status.conf&lt;br /&gt;
&lt;br /&gt;
#vi jira.conf&lt;br /&gt;
&lt;br /&gt;
#netstat – anpt | grep LISTEN&lt;br /&gt;
&lt;br /&gt;
(the term LISTEN means that th application is looking at that particular port of its and what ever requests comes from the outside of internal work the application is supposed to respond)&lt;br /&gt;
&lt;br /&gt;
#vi jira.conf (it passing all the traffic to port 8008, Jira itself using java to provide the webservices)&lt;br /&gt;
&lt;br /&gt;
Client max-body-size 100M;&lt;br /&gt;
&lt;br /&gt;
(nginx is blocking any upload bigger than 100 MB , By Default JAVA setting size is 20MB.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>