Skip to content

Commit

Permalink
PMM-12460 Expose directory with pmm-dupm artifacts via nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov committed Nov 2, 2023
1 parent 874e507 commit 8bacbe7
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,12 @@
proxy_set_header Connection "";
}

# pmm-dump artifacts
location /dump/ {
root /srv;
autoindex on;
}

# This localtion stores static content for general pmm-server purposes.
# Ex.: local-rss.xml - contains Percona's news when no internet connection.
location /pmm-static {
Expand Down

0 comments on commit 8bacbe7

Please sign in to comment.