mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-06 01:40:11 +00:00
fix gunicorn.conf.py
This commit is contained in:
@@ -1248,7 +1248,7 @@ class GunicornConfigurator(AbstractConfigurator):
|
||||
pass
|
||||
|
||||
def generate(self):
|
||||
self.gunicorn_conf = os.path.join(env_mgr.central_config_dir, 'gunicorn.conf')
|
||||
self.gunicorn_conf = os.path.join(env_mgr.central_config_dir, 'gunicorn.conf.py')
|
||||
template = '''
|
||||
import os
|
||||
|
||||
|
Reference in New Issue
Block a user