mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-01 07:42:19 -07:00
Add 403 message which describes the problem
This commit is contained in:
@@ -117,6 +117,7 @@ http {
|
||||
|
||||
location /server/ {
|
||||
# 1. Enforcement
|
||||
error_page 403 /403_internal.html;
|
||||
if ($is_trusted != "TRUSTED") {
|
||||
return 403;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user