nginx_template

This commit is contained in:
Zsolt Ero
2023-12-29 03:49:48 +01:00
parent 4b5cc59c70
commit 3766db7df8
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ def cli():
if not Path('/mnt/ofm').exists():
sys.exit('mounter.py needs to be run first')
with open(Path(__file__).parent / 'nginx_site.conf') as fp:
with open(Path(__file__).parent / 'nginx_template.conf') as fp:
nginx_template = fp.read()
location_block_str = ''