[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-05-19 13:53:10 +03:00
parent 67ce19ca44
commit 8a4a8eaa32

@ -1289,7 +1289,7 @@ server {
'/usr/sbin/nginx', '/usr/sbin/nginx',
'-c', '-c',
os.path.join(CONF_DIR, 'nginx.conf'), os.path.join(CONF_DIR, 'nginx.conf'),
'-p', '-p', DATA_DIR,
'-g', 'daemon off;', '-g', 'daemon off;',
], ],
) )