You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
server {
listen 80;
listen [::]:80; # This is the line that is missing.
server_name www.example.com example.com;
return 301 https://example.com$request_uri;
}
As reported by Alan
We need to add
listen [::]:80;line to templates