mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
mime types fix
This commit is contained in:
@@ -46,6 +46,7 @@ def nginx(c):
|
||||
)
|
||||
|
||||
put(c, f'{ASSETS_DIR}/nginx/nginx.conf', '/etc/nginx/')
|
||||
put(c, f'{ASSETS_DIR}/nginx/mime.types', '/etc/nginx/')
|
||||
put(c, f'{ASSETS_DIR}/nginx/default_disable.conf', '/data/nginx/sites')
|
||||
put(c, f'{ASSETS_DIR}/nginx/cloudflare.conf', '/data/nginx/config')
|
||||
|
||||
@@ -53,11 +54,6 @@ def nginx(c):
|
||||
c.sudo('service nginx restart')
|
||||
|
||||
|
||||
def mime_types(c):
|
||||
# TODO
|
||||
pass
|
||||
|
||||
|
||||
def certbot(c):
|
||||
apt_get_install(c, 'snapd')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user