Skip to content

Commit

Permalink
Listen also on IPv6
Browse files Browse the repository at this point in the history
  • Loading branch information
krouma authored and Sida Say committed Jun 28, 2022
1 parent 51964a2 commit ffd3a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/nginx/pi.conf.template
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
server {
listen $LISTEN_PORT;
listen [::]:$LISTEN_PORT;
client_max_body_size $NGINX_MAX_UPLOAD;
location / {
include uwsgi_params;
Expand Down

0 comments on commit ffd3a0e

Please sign in to comment.