Removed bugs and implemented new server config structure

This commit is contained in:
2023-12-12 12:32:35 +01:00
parent cac9e6e1c8
commit b1e71e3875
25 changed files with 66 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ import sys
import re
# Define the path to the nginx configuration directory
config_path = '/etc/nginx/conf.d/'
config_path = '{{nginx_servers_directory}}'
# Initialize the error counter
error_counter = 0