Joriku
Working in the mines, need something?
Hi,
Tried to create an ccl certificated website now with my newly bought domain hoxera.com.
What I did:
sudo nano /etc/nginx/sites-available/default
changed server_name
Into:
server_name hoxera.com;
I did do this aswell..
server_name hoxera.com www.hoxera.com;
Then:
sudo nginx -t
-- Success
Then: (Restart)
sudo systemctl reload nginx
Allowed the firewall: (HTTPS) exists aswell
(Choose 2)
Anyone that can tell me why the website is restricting my entrence after doing this?
Solved by changing the cloudflare SSL to Full (strict) for HTTPS connection
Tried to create an ccl certificated website now with my newly bought domain hoxera.com.

What I did:
sudo nano /etc/nginx/sites-available/default
changed server_name
Into:
server_name hoxera.com;
I did do this aswell..
server_name hoxera.com www.hoxera.com;
Then:
sudo nginx -t
-- Success
Then: (Restart)
sudo systemctl reload nginx
Allowed the firewall: (HTTPS) exists aswell
- sudo ufw allow 'Nginx Full'
- sudo ufw delete allow 'Nginx HTTP'
(Choose 2)
Anyone that can tell me why the website is restricting my entrence after doing this?
Solved by changing the cloudflare SSL to Full (strict) for HTTPS connection
Last edited: