This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Nginx / Re: NGINX + Varnish Only for wordpress Problems
« on: September 29, 2020, 06:36:38 PM »
i applied
find /home/afkarla/public_html/***.com/ -type f -print0 | xargs -0 chmod 0644
and now everything works it seems fix permissions doesn't work when using multiple configuration
thanks for the help
find /home/afkarla/public_html/***.com/ -type f -print0 | xargs -0 chmod 0644
and now everything works it seems fix permissions doesn't work when using multiple configuration
thanks for the help
2
Nginx / Re: NGINX + Varnish Only for wordpress Problems
« on: September 29, 2020, 06:19:49 PM »
UPDATE
here are the logs
2020/09/29 19:10:12 [error] 27863#27863: *309282 "/home/afkarla/public_html/******.com/index.php" is forbidden (13: Permission denied), client: , server: ******.com, request: "GET / HTTP/1.1", host: "*****.com"
i have tried fix permission in cwp admin but problem is still there
here are the logs
2020/09/29 19:10:12 [error] 27863#27863: *309282 "/home/afkarla/public_html/******.com/index.php" is forbidden (13: Permission denied), client: , server: ******.com, request: "GET / HTTP/1.1", host: "*****.com"
i have tried fix permission in cwp admin but problem is still there
3
Nginx / Re: NGINX + Varnish Only for wordpress Problems
« on: September 24, 2020, 10:48:36 PM »
i checked /var/log/nginx/
but the files were empty
but the files were empty
4
Nginx / NGINX + Varnish Only for wordpress Problems
« on: September 24, 2020, 05:51:33 PM »
hello i am trying to set up nginx only for wordpress site but keep getting 403 forbidden on homepage and 404 on all subpages
itried adding try_files $uri $uri/ /index.php$is_args$args; inside location / { } in /etc/nginx/conf.d/vhosts/.....com.conf
but nothing works
itried adding try_files $uri $uri/ /index.php$is_args$args; inside location / { } in /etc/nginx/conf.d/vhosts/.....com.conf
but nothing works
Pages: [1]