mirror of
https://github.com/KeyZox71/knl_meowscendence.git
synced 2025-08-14 12:32:54 +02:00
「✨」 feat: added nginx exporter
This commit is contained in:
@ -39,3 +39,10 @@ server {
|
||||
server_name example.com;
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 8080;
|
||||
location /nginx_status {
|
||||
stub_status;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user