Skip to content
Snippets Groups Projects
Verified Commit 426a5652 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Add promtail access log to fluxbb nginx config

parent 94982def
No related branches found
No related tags found
No related merge requests found
Pipeline #6420 passed
......@@ -4,6 +4,7 @@ server {
server_name {{ fluxbb_domain }};
access_log /var/log/nginx/{{ fluxbb_domain }}/access.log;
access_log /var/log/nginx/{{ fluxbb_domain }}/access.log.json json_reduced;
error_log /var/log/nginx/{{ fluxbb_domain }}/error.log;
include snippets/letsencrypt.conf;
......@@ -28,6 +29,7 @@ server {
index index.php;
access_log /var/log/nginx/{{ fluxbb_domain }}/access.log;
access_log /var/log/nginx/{{ fluxbb_domain }}/access.log.json json_reduced;
error_log /var/log/nginx/{{ fluxbb_domain }}/error.log;
ssl_certificate /etc/letsencrypt/live/{{ fluxbb_domain }}/fullchain.pem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment