update documentation
This commit is contained in:
		@@ -12,10 +12,14 @@ Administration
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  The following parameters can be set:
 | 
					  The following parameters can be set:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - active users limit (if 0, registration is enabled (no limit defined))
 | 
					  - active users limit. If 0, registration is enabled (no limit defined)
 | 
				
			||||||
  - maximum size of uploaded files
 | 
					  - maximum size of uploaded files
 | 
				
			||||||
  - maximum size of zip archive
 | 
					  - maximum size of zip archive
 | 
				
			||||||
  - maximum number of files in the zip archive
 | 
					  - maximum number of files in the zip archive. If an archive contains more files, only the configured number of files is processed, without raising errors.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .. warning::
 | 
				
			||||||
 | 
					      Updating server configuration may be necessary to handle large files (like `nginx <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_ for instance).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **Users**
 | 
					- **Users**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -571,6 +571,9 @@ Examples (to update depending on your application configuration and given distri
 | 
				
			|||||||
    [Install]
 | 
					    [Install]
 | 
				
			||||||
    WantedBy=multi-user.target
 | 
					    WantedBy=multi-user.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. note::
 | 
				
			||||||
 | 
					    More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- for task queue workers: ``fittrackee_workers.service``
 | 
					- for task queue workers: ``fittrackee_workers.service``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code-block::
 | 
					.. code-block::
 | 
				
			||||||
@@ -635,7 +638,7 @@ Examples (to update depending on your application configuration and given distri
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note::
 | 
					.. note::
 | 
				
			||||||
    More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
 | 
					    If needed, update configuration to handle larger files (see `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Docker
 | 
					Docker
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -149,11 +149,15 @@
 | 
				
			|||||||
<li><p><strong>Application</strong></p>
 | 
					<li><p><strong>Application</strong></p>
 | 
				
			||||||
<p>The following parameters can be set:</p>
 | 
					<p>The following parameters can be set:</p>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>active users limit (if 0, registration is enabled (no limit defined))</p></li>
 | 
					<li><p>active users limit. If 0, registration is enabled (no limit defined)</p></li>
 | 
				
			||||||
<li><p>maximum size of uploaded files</p></li>
 | 
					<li><p>maximum size of uploaded files</p></li>
 | 
				
			||||||
<li><p>maximum size of zip archive</p></li>
 | 
					<li><p>maximum size of zip archive</p></li>
 | 
				
			||||||
<li><p>maximum number of files in the zip archive</p></li>
 | 
					<li><p>maximum number of files in the zip archive. If an archive contains more files, only the configured number of files is processed, without raising errors.</p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
 | 
					<div class="admonition warning">
 | 
				
			||||||
 | 
					<p class="admonition-title">Warning</p>
 | 
				
			||||||
 | 
					<p>Updating server configuration may be necessary to handle large files (like <a class="reference external" href="https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size">nginx</a> for instance).</p>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
</li>
 | 
					</li>
 | 
				
			||||||
<li><p><strong>Users</strong></p>
 | 
					<li><p><strong>Users</strong></p>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -832,6 +832,10 @@ One way is to use a <strong>systemd</strong> services and <strong>Nginx</strong>
 | 
				
			|||||||
<span class="n">WantedBy</span><span class="o">=</span><span class="n">multi</span><span class="o">-</span><span class="n">user</span><span class="o">.</span><span class="n">target</span>
 | 
					<span class="n">WantedBy</span><span class="o">=</span><span class="n">multi</span><span class="o">-</span><span class="n">user</span><span class="o">.</span><span class="n">target</span>
 | 
				
			||||||
</pre></div>
 | 
					</pre></div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					<div class="admonition note">
 | 
				
			||||||
 | 
					<p class="admonition-title">Note</p>
 | 
				
			||||||
 | 
					<p>More information on <a class="reference external" href="https://docs.gunicorn.org/en/stable/deploy.html">Gunicorn documentation</a></p>
 | 
				
			||||||
 | 
					</div>
 | 
				
			||||||
<ul class="simple">
 | 
					<ul class="simple">
 | 
				
			||||||
<li><p>for task queue workers: <code class="docutils literal notranslate"><span class="pre">fittrackee_workers.service</span></code></p></li>
 | 
					<li><p>for task queue workers: <code class="docutils literal notranslate"><span class="pre">fittrackee_workers.service</span></code></p></li>
 | 
				
			||||||
</ul>
 | 
					</ul>
 | 
				
			||||||
@@ -897,7 +901,7 @@ server {
 | 
				
			|||||||
</div>
 | 
					</div>
 | 
				
			||||||
<div class="admonition note">
 | 
					<div class="admonition note">
 | 
				
			||||||
<p class="admonition-title">Note</p>
 | 
					<p class="admonition-title">Note</p>
 | 
				
			||||||
<p>More information on <a class="reference external" href="https://docs.gunicorn.org/en/stable/deploy.html">Gunicorn documentation</a></p>
 | 
					<p>If needed, update configuration to handle larger files (see <a class="reference external" href="https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size">client_max_body_size</a>).</p>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
<div class="section" id="docker">
 | 
					<div class="section" id="docker">
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@@ -12,10 +12,14 @@ Administration
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  The following parameters can be set:
 | 
					  The following parameters can be set:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - active users limit (if 0, registration is enabled (no limit defined))
 | 
					  - active users limit. If 0, registration is enabled (no limit defined)
 | 
				
			||||||
  - maximum size of uploaded files
 | 
					  - maximum size of uploaded files
 | 
				
			||||||
  - maximum size of zip archive
 | 
					  - maximum size of zip archive
 | 
				
			||||||
  - maximum number of files in the zip archive
 | 
					  - maximum number of files in the zip archive. If an archive contains more files, only the configured number of files is processed, without raising errors.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .. warning::
 | 
				
			||||||
 | 
					      Updating server configuration may be necessary to handle large files (like `nginx <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_ for instance).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- **Users**
 | 
					- **Users**
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -571,6 +571,9 @@ Examples (to update depending on your application configuration and given distri
 | 
				
			|||||||
    [Install]
 | 
					    [Install]
 | 
				
			||||||
    WantedBy=multi-user.target
 | 
					    WantedBy=multi-user.target
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. note::
 | 
				
			||||||
 | 
					    More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- for task queue workers: ``fittrackee_workers.service``
 | 
					- for task queue workers: ``fittrackee_workers.service``
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. code-block::
 | 
					.. code-block::
 | 
				
			||||||
@@ -635,7 +638,7 @@ Examples (to update depending on your application configuration and given distri
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. note::
 | 
					.. note::
 | 
				
			||||||
    More information on `Gunicorn documentation <https://docs.gunicorn.org/en/stable/deploy.html>`__
 | 
					    If needed, update configuration to handle larger files (see `client_max_body_size <https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size>`_).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Docker
 | 
					Docker
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user