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;