MANAGERHYPE setup is now complete!

This commit is contained in:
Josh Patterson
2025-03-12 21:05:04 -04:00
parent ae94722eda
commit 44a5b3b1e5
23 changed files with 493 additions and 297 deletions

View File

@@ -59,7 +59,7 @@ http {
{%- endif %}
{%- if role in ['eval', 'managersearch', 'manager', 'standalone', 'import'] %}
{%- if GLOBALS.is_manager %}
server {
listen 80 default_server;
@@ -108,7 +108,7 @@ http {
{%- endif %}
{%- if role in ['eval', 'managersearch', 'manager', 'standalone', 'import'] %}
{%- if GLOBALS.is_manager %}
server {
listen 7788;