Skip to content

Commit

Permalink
Cleanup default site conf (#24)
Browse files Browse the repository at this point in the history
* Cleanup default site conf

Signed-off-by: Eric Nemchik <[email protected]>

* update date

---------

Signed-off-by: Eric Nemchik <[email protected]>
Co-authored-by: aptalca <[email protected]>
  • Loading branch information
nemchik and aptalca authored Mar 6, 2024
1 parent cff717a commit e543209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ app_setup_block: |
Access the web gui at http://SERVERIP:PORT
# changelog
changelogs:
- { date: "06.03.24:", desc: "Existing users should update: site-confs/default.conf - Cleanup default site conf." }
- { date: "06.03.24:", desc: "Rebase to Alpine 3.19 with php 8.3."}
- { date: "25.05.23:", desc: "Rebase to Alpine 3.18, deprecate armhf." }
- { date: "13.04.23:", desc: "Move ssl.conf include to default.conf." }
Expand Down
4 changes: 2 additions & 2 deletions root/defaults/nginx/site-confs/default.conf.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version 2023/04/13 - Changelog: https://github.com/linuxserver/docker-budge/commits/main/root/defaults/nginx/site-confs/default.conf.sample
## Version 2024/03/06 - Changelog: https://github.com/linuxserver/docker-budge/commits/main/root/defaults/nginx/site-confs/default.conf.sample

server {
listen 80 default_server;
Expand All @@ -12,7 +12,7 @@ server {
include /config/nginx/ssl.conf;

root /app/www/public/frontend/build;
index index.php index.html index.htm;
index index.html;

location / {
# enable for basic auth
Expand Down

0 comments on commit e543209

Please sign in to comment.