some formatting

main
fuzzykitten 2025-02-15 13:09:44 -05:00
parent 578ece761d
commit afe3841237
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ server {
fastcgi_pass unix:/run/php/php7.4-fpm.sock; fastcgi_pass unix:/run/php/php7.4-fpm.sock;
} }
location /mob { location /mob {
try_files $uri $uri/ /mob/index.php?$args; try_files $uri $uri/ /mob/index.php?$args;
} }