This commit is contained in:
Mateusz Gruszczyński
2025-11-16 23:04:23 +01:00
parent af14d373fa
commit 4970352314
54 changed files with 183 additions and 4720 deletions

View File

@@ -1,26 +1,29 @@
#include conf.d/prometheus_all.conf;
include conf.d/prometheus_all.conf;
server {
listen 84;
listen 86;
acceess_log off;
error_log off;
auto_redirect on;
location /nginx_status {
stub_status on;
access_log off;
allow all;
stub_status on;
access_log off;
allow all;
}
auto_redirect on;
location /status/ {
api /status/;
api_config_files on;
}
location /status/ {
api /status/;
api_config_files on;
}
location /console/ {
alias /usr/share/angie-console-light/html/;
index index.html;
}
location /console/ {
alias /usr/share/angie-console-light/html/;
index index.html;
}
location /console/api/ {
api /status/;