mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
@@ -33,8 +33,6 @@ def prepare_shared(c):
|
||||
c.sudo(f'chown ofm:ofm {REMOTE_CONFIG}')
|
||||
c.sudo(f'chown ofm:ofm {OFM_DIR}')
|
||||
|
||||
upload_config_json(c)
|
||||
|
||||
prepare_venv(c)
|
||||
|
||||
|
||||
@@ -86,6 +84,8 @@ def prepare_http_host(c):
|
||||
kernel_somaxconn65k(c)
|
||||
kernel_limits1m(c)
|
||||
|
||||
upload_config_json(c)
|
||||
|
||||
nginx(c)
|
||||
certbot(c)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user