Skip to content

Commit

Permalink
doc: frontend default IP allowed for status
Browse files Browse the repository at this point in the history
issue #2044
  • Loading branch information
frankiejol committed Apr 22, 2024
1 parent 78fe434 commit 8bcceb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions etc/rvd_front.conf.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,9 @@
,file => '/var/log/ravada/rvd_front.log'
,level => 'debug'
}
,status => {
allowed => [
'127.0.0.1'
]
}
};

0 comments on commit 8bcceb2

Please sign in to comment.