Fix semicolons
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2547>
This commit is contained in:
parent
88d7bdb8ab
commit
4cfa3a4f71
2 changed files with 4 additions and 4 deletions
|
|
@ -81,7 +81,7 @@ server {
|
|||
|
||||
location / {
|
||||
expires 1d;
|
||||
proxy_pass http://fw
|
||||
proxy_pass http://fw;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue