Re: wordpress - Primary script unknown

2023-08-04 Thread Francis Daly
On Thu, Aug 03, 2023 at 02:00:11PM +0200, lejeczek via nginx wrote: Hi there, > 2023/08/03 13:50:24 [debug] 1112963#1112963: *27 fastcgi param: > "SCRIPT_FILENAME: /var/www/ale.xyx_wordpress/index.php" > 2023/08/03 13:50:24 [error] 1112963#1112963: *27 FastCGI sent in stderr: > "Primary script u

wordpress - Primary script unknown

2023-08-03 Thread lejeczek via nginx
Hi guys. This must be trivial - I certainly thought - but it confused the hell out of me: I'm doing - what many must have done before me - this: ...   root /var/www/ale.xyx_wordpress;   location / {     try_files $uri $uri/ /index.php?$args;   }   location ~* \.(js|css|png|jpg|jpeg|gif