-
Notifications
You must be signed in to change notification settings - Fork 27
add nginx proxy for loki if you want to use it with a dedicated domain #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
be14dee
9830927
1a11146
d55cac6
53d11f6
7eab37f
22e523b
54ed471
c899752
a779427
f3d17dd
bf168f6
f07333f
795340f
2913257
86bea92
e3bb45c
9134c42
c372d09
369cb1e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
janikvonrotz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
|
|
||
| location / { | ||
| auth_basic "{{ loki_proxy_basic_auth_username }}"; | ||
| auth_basic_user_file /etc/nginx/conf.d/proxies/loki.htpasswd; | ||
| proxy_pass http://{{ loki_hostname }}:3100; | ||
| } |
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would like to keep the pattern with the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I had real issues with that, the cert_bot failed while deploying There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @janikvonrotz I've fixed the other issues above by moving everything in vars/inventory I still would like to recommend the change below, because the certbot failed with that. maybe you can reproduce it There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @oliverbeck-dev Not sure how certbot is involved here. The There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok I wasn't able to reproduce it with ansible-play prometheus.yml. I just remember that when I used the ansible-play certbot (for the new subdomain), it crashed because of that. let's remove it for now |
Uh oh!
There was an error while loading. Please reload this page.