Change sample nginx port

This commit is contained in:
An Phan 2016-06-10 01:12:05 +08:00
parent fe0376bb42
commit fdd2263427
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -1,5 +1,5 @@
server {
listen *:8080;
listen *:80;
server_name koel.dev;
root /var/www/koel;
index index.php;