configure script added, restart script added, uninstall script added, upgrade script added, config.py excluded from repository and added to .gitignore, install.py improved, generate nginx config fixed

This commit is contained in:
C
2023-02-13 15:56:02 +05:00
parent 895e3b6baa
commit 5b43eba14f
14 changed files with 169 additions and 108 deletions
+10 -1
View File
@@ -139,4 +139,13 @@ dmypy.json
cython_debug/
#nginx configuration files
*.conf
*.conf
#example files
*.example
#nginx conf
nginx/
#config
config.py