mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Removed bugs and implemented new server config structure
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user