mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Change sample nginx port
This commit is contained in:
parent
fe0376bb42
commit
fdd2263427
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen *:8080;
|
||||
listen *:80;
|
||||
server_name koel.dev;
|
||||
root /var/www/koel;
|
||||
index index.php;
|
||||
|
|
Loading…
Reference in a new issue