Fix semicolons

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2547>
This commit is contained in:
Ciarán Ainsworth 2023-11-23 08:43:16 +00:00 committed by Marge
commit 4cfa3a4f71
2 changed files with 4 additions and 4 deletions

View file

@ -81,7 +81,7 @@ server {
location / {
expires 1d;
proxy_pass http://fw
proxy_pass http://fw;
}
}