Fleet standalone redirect fix

This commit is contained in:
Josh Brower
2020-11-27 11:43:51 -05:00
parent 38afd67108
commit 19b36f0468

View File

@@ -98,7 +98,7 @@ http {
{%- if role == 'fleet' %} {%- if role == 'fleet' %}
server { server {
listen 443 ssl http2; listen 443 ssl http2;
server_name {{ url_base }}; server_name {{ main_ip }};
root /opt/socore/html; root /opt/socore/html;
index index.html; index index.html;