Move Mastodon nginx to proxy/LB #452

Merged
greg merged 11 commits from feature/mastodon_nginx into master 2022-12-08 13:07:35 +00:00
Showing only changes of commit 83e55c84a2 - Show all commits

View File

@ -1,5 +1,5 @@
access_log "/var/log/nginx/mastodon.access.log";
error_log "/var/log/nginx/mastodon.error.log";
access_log "/var/log/nginx/<%= @server_name %>.access.log";
error_log "/var/log/nginx/<%= @server_name %>.error.log";
keepalive_timeout 70;