diff --git a/haproxy_manager.py b/haproxy_manager.py index 9b204c7..0d018f9 100644 --- a/haproxy_manager.py +++ b/haproxy_manager.py @@ -151,7 +151,7 @@ def regenerate_conf(): 'error': str(e) }), 500 -@app.route('api/reload', methods=['POST']) +@app.route('/api/reload', methods=['POST']) def reload_haproxy(): if is_process_running('haproxy'): subprocess.run(['echo', '"reload"', '|', 'socat', 'stdio', '/tmp/haproxy-cli'])