ini: cleanup

This commit is contained in:
RhodeCode Admin 2024-07-16 14:02:38 +02:00
parent 1790b4d3d2
commit 1d56632985
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ port = 10020
; GUNICORN APPLICATION SERVER
; ###########################
; run with gunicorn --paste rhodecode.ini --config gunicorn_conf.py
; run with gunicorn --config gunicorn_conf.py --paste rhodecode.ini
; Module to use, this setting shouldn't be changed
use = egg:gunicorn#main

View file

@ -36,7 +36,7 @@ port = 10020
; GUNICORN APPLICATION SERVER
; ###########################
; run with gunicorn --paste rhodecode.ini --config gunicorn_conf.py
; run with gunicorn --config gunicorn_conf.py --paste rhodecode.ini
; Module to use, this setting shouldn't be changed
use = egg:gunicorn#main