- Update year in license
- improved "Add to Playlist" modal
- Disable error logging
This commit is contained in:
Shiny Nematoda 2023-03-26 10:56:06 +00:00 committed by vrifox
parent 09ce7c64df
commit a8639bcdd4
No known key found for this signature in database
GPG key ID: D40098E5B60B2197
5 changed files with 13 additions and 6 deletions

View file

@ -2,6 +2,7 @@ server {
listen 80;
listen [::]:80;
server_name localhost;
error_log off;
location / {
root /usr/share/nginx/html;