Skip to content

Commit

Permalink
Enable IPv6 support on uwsgi (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeluyck authored Sep 1, 2024
1 parent f66c0fb commit 253322b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "31.08.24:", desc: "Enable IPv6 on uwsgi."}
- { date: "31.05.24:", desc: "Rebase to Alpine 3.20."}
- { date: "24.01.24:", desc: "No longer write envs to local_settings.py. Envs will take precedence over any existing values in config file. Removed `REGENERATE_SETTINGS` as it is now obsolete."}
- { date: "22.01.24:", desc: "Fix CSRF handling."}
Expand Down
2 changes: 1 addition & 1 deletion root/defaults/uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[uwsgi]
http-socket = :8000
http-socket = [::]:8000
buffer-size = 32768
enable-threads
plugin = python3
Expand Down

0 comments on commit 253322b

Please sign in to comment.