Browse Source

fix up nginx example

for compatibility with other vendors
Micha LaQua 6 years ago
parent
commit
0bba96f07d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/nginx-ycast.conf.example

+ 1 - 1
examples/nginx-ycast.conf.example

@@ -1,6 +1,6 @@
 server {
         listen 80;
-        server_name radioyamaha.vtuner.com;
+        server_name *.vtuner.com;
 
         access_log /var/log/nginx/ycast_access.log;
         error_log /var/log/nginx/ycast_error.log;