From 9790176195d6ae39b59cc2d3c00ab99e803790f6 Mon Sep 17 00:00:00 2001 From: zellkou Date: Sun, 16 Feb 2020 13:00:58 -0500 Subject: [PATCH] changed subdomain name --- osticket.subdomain.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osticket.subdomain.conf.sample b/osticket.subdomain.conf.sample index ea3c16f..a74de40 100644 --- a/osticket.subdomain.conf.sample +++ b/osticket.subdomain.conf.sample @@ -4,7 +4,7 @@ server { listen 443 ssl; listen [::]:443 ssl; - server_name help.*; + server_name osticket.*; include /config/nginx/ssl.conf;