Skip to content

Commit

Permalink
Updated apache config
Browse files Browse the repository at this point in the history
  • Loading branch information
krakonos1602 committed Jun 2, 2024
1 parent ed2dc6b commit 07aefff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion firefly-iii-addon/config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Firefly III"
description: "An unofficial add-on for a self-hosted manager for your personal finances."
url: https://docs.firefly-iii.org
version: "6.1.15-46"
version: "6.1.15-47"
slug: "fireflyiii"
arch: [aarch64, amd64]
init: false
Expand Down
5 changes: 3 additions & 2 deletions firefly-iii-addon/sites-enabled/firefly-iii.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@

Listen %%port%%
<VirtualHost *:%%port%%>
Deny from all
Allow from 172.30.32.2
<Location />
Require ip 172.30.32.2
</Location>

ProxyRequests Off
ProxyPreserveHost On
Expand Down

0 comments on commit 07aefff

Please sign in to comment.