summaryrefslogtreecommitdiffstats
path: root/aurweb/spawn.py
diff options
context:
space:
mode:
Diffstat (limited to 'aurweb/spawn.py')
-rw-r--r--aurweb/spawn.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/aurweb/spawn.py b/aurweb/spawn.py
index 0506afa4..7fe59e65 100644
--- a/aurweb/spawn.py
+++ b/aurweb/spawn.py
@@ -61,9 +61,6 @@ def generate_nginx_config():
location / {{
proxy_pass http://{aurweb.config.get("php", "bind_address")};
}}
- location /hello {{
- proxy_pass http://{aurweb.config.get("fastapi", "bind_address")};
- }}
}}
}}
""")