mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Disable error logging entirely.
This commit is contained in:
parent
fe0e1fb83d
commit
8ebff662e1
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ server {
|
|||
listen 80;
|
||||
listen [::]:80;
|
||||
server_name localhost;
|
||||
error_log off;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
|
Loading…
Reference in a new issue