Skip to content

Commit

Permalink
feat: nginx renuseport
Browse files Browse the repository at this point in the history
  • Loading branch information
Arachneee committed Oct 17, 2024
1 parent 6c9d206 commit 6c6b81b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ management:
web:
exposure:
include: health, metrics, logfile
endpoint:
prometheus:
enabled: true

server:
servlet:
Expand All @@ -59,6 +62,9 @@ server:
enabled: true
force: true

tomcat:
mbeanregistry:
enabled: true
---

spring:
Expand Down

0 comments on commit 6c6b81b

Please sign in to comment.