fix: adding user avatar editing

This commit is contained in:
2023-12-17 12:32:35 -06:00
parent a2ecb62a05
commit 3d3029ceb6
17 changed files with 502 additions and 17 deletions

View File

@@ -23,6 +23,10 @@ server {
fastcgi_pass unix:/var/run/php/php-fpm.sock;
}
location ^~ /livewire {
try_files $uri $uri/ /index.php?$query_string;
}
# handle .php
location ~ \.php$ {
fastcgi_pass unix:/var/run/php/php-fpm.sock;