mirror of
https://codeberg.org/vlw/victorwesterlund.com.git
synced 2025-09-14 03:23:41 +02:00
Added subdirectory to try_files
This commit is contained in:
parent
46ccc6a568
commit
70369f8163
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@ server {
|
|||
}
|
||||
|
||||
location ~ \.php$ {
|
||||
try_files $uri =404;
|
||||
try_files $uri $uri/ =404;
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
include snippets/fastcgi-php.conf;
|
||||
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
|
||||
|
|
Loading…
Add table
Reference in a new issue