ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 24,662
- Points
- 823
Reputation:
I upgraded on a new instance on Linode from Ubuntu 20.04 to 22.04, and ever since I've been getting redirected to home page after inline moderation. Can someone shed a light as I can't figure it out what exactly has changed. I suspect it's something within nginx config..
Read more
Continue reading...
My server blocks:
NGINX:
Code:
server {
listen 80;
listen [::]:80;
server_name domain.org www.domain.org;
return 301 https://$host$request_uri;
# Logs
access_log /var/log/nginx/domain.org.access.log...
Read more
Continue reading...