diff --git a/server.py b/server.py index 59852d23..8d644e5b 100644 --- a/server.py +++ b/server.py @@ -2,7 +2,7 @@ import os, sys import configparser -path_config = "/home/ploginov/haproxy/haproxy-webintarface.config" +path_config = "/opt/haproxy/haproxy-webintarface.config" config = configparser.ConfigParser() config.read(path_config) log_path = config.get('main', 'log_path')