mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Some minor tweaks
This commit is contained in:
parent
ef757cc2a3
commit
f485e2e2ad
3 changed files with 0 additions and 3 deletions
|
@ -8,7 +8,6 @@ use App\Services\LastfmService;
|
||||||
use Illuminate\Contracts\Auth\Guard;
|
use Illuminate\Contracts\Auth\Guard;
|
||||||
use Illuminate\Http\JsonResponse;
|
use Illuminate\Http\JsonResponse;
|
||||||
use Illuminate\Http\RedirectResponse;
|
use Illuminate\Http\RedirectResponse;
|
||||||
use Illuminate\Http\Response;
|
|
||||||
use Tymon\JWTAuth\Exceptions\JWTException;
|
use Tymon\JWTAuth\Exceptions\JWTException;
|
||||||
use Tymon\JWTAuth\JWTAuth;
|
use Tymon\JWTAuth\JWTAuth;
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,6 @@ namespace App\Services;
|
||||||
|
|
||||||
use App\Events\SongLikeToggled;
|
use App\Events\SongLikeToggled;
|
||||||
use App\Models\Interaction;
|
use App\Models\Interaction;
|
||||||
use App\Models\Song;
|
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
|
|
||||||
class InteractionService
|
class InteractionService
|
||||||
|
|
|
@ -16,7 +16,6 @@ server {
|
||||||
location /media/ {
|
location /media/ {
|
||||||
internal;
|
internal;
|
||||||
|
|
||||||
# A 'X-Media-Root' should be set to media_path settings from upstream
|
|
||||||
alias $upstream_http_x_media_root;
|
alias $upstream_http_x_media_root;
|
||||||
|
|
||||||
#access_log /var/log/nginx/koel.access.log;
|
#access_log /var/log/nginx/koel.access.log;
|
||||||
|
|
Loading…
Reference in a new issue