diff --git a/docs/u_and_e.md b/docs/u_and_e.md index 0eb9ab03..73714627 100644 --- a/docs/u_and_e.md +++ b/docs/u_and_e.md @@ -215,7 +215,7 @@ Open `data/conf/nginx/site.conf` and add a new "catch-all" site at the top of th ``` server { listen 80 default_server; - server_name _; + include /etc/nginx/conf.d/server_name.active; return 301 https://$host$request_uri; } ```