fix up nginx example

for compatibility with other vendors
This commit is contained in:
Micha LaQua 2019-01-24 22:30:11 +01:00 committed by GitHub
parent b89e1034a4
commit 0bba96f07d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;