Show Posts

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.


Topics - tabestmaker

Pages: [1]
1
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

Pages: [1]