diff --git a/cfg/ngx/hw.op.fo.conf b/cfg/ngx/hw.op.fo.conf index 702ccd5..94fe07d 100644 --- a/cfg/ngx/hw.op.fo.conf +++ b/cfg/ngx/hw.op.fo.conf @@ -6,7 +6,7 @@ # ($server_name will return the first value given) server { listen 80; - server_name op.fo www.op.fo; + server_name op.fo hw.op.fo; return 301 https://$server_name$request_uri; }