mirror of
https://github.com/linuxserver/docker-budge.git
synced 2026-02-05 04:38:13 +08:00
Cleanup default site conf (#24)
* Cleanup default site conf Signed-off-by: Eric Nemchik <eric@nemchik.com> * update date --------- Signed-off-by: Eric Nemchik <eric@nemchik.com> Co-authored-by: aptalca <541623+aptalca@users.noreply.github.com>
This commit is contained in:
parent
cff717a145
commit
e543209c16
@ -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." }
|
||||
|
||||
@ -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;
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user