Make a wordpress app available on http ? (now only https)

hi Newbie questions,

i installed WORPDRESS app, and i want my site to be available on http and https, now, all traffic is redirected to httpS. Is there anything i shall do to enable both ?

i suppose there is something to do in NGINX conf…

You could probably achieve this if you really wanted to by tweaking the nginx configuration manually, but I don’t think Yunohost support this and this is not recommended anyway :confused:

The real question is why would you want to make your site accessible in HTTP also ? HTTP is insecure, this is why there’s HTTPS.

please advise

i have some issues with my SSL, so i need to temporarly to make site available on http.

i commented this lines and restarted nginx, still http gets redirected to https

# if ($scheme = http) {
# rewrite ^ https://$server_name$request_uri? permanent;
# }