Skip to content

Commit

Permalink
removed /config entry as application does not use it
Browse files Browse the repository at this point in the history
  • Loading branch information
bravohotel91 committed Feb 2, 2024
1 parent 9852763 commit fe6b984
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/goaccess.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@
<PostArgs>/var/log/access.log --log-format=COMBINED -o /var/www/goaccess/index.html --real-time-html --port=7890</PostArgs>
<Config Name="Log Location" Target="/var/log" Default="" Mode="rw" Description="Location for an access.log file" Type="Path" Display="always" Required="true" Mask="false"></Config>
<Config Name="Report Location" Target="/var/www/goaccess" Default="" Mode="rw" Description="Report Output Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/goaccess/reports</Config>
<Config Name="Appdata Location" Target="/config" Default="/mnt/user/appdata/goaccess" Mode="rw" Description="App Data Location" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/goaccess</Config>
</Container>

0 comments on commit fe6b984

Please sign in to comment.