fix up nginx example
for compatibility with other vendors
This commit is contained in:
parent
b89e1034a4
commit
0bba96f07d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue