create all FTB services

This commit is contained in:
2026-04-29 14:34:01 +03:30
parent 9d86e329fb
commit 7fb9e345a2
18 changed files with 312 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ server {
fastcgi_pass laravel:9000;
fastcgi_index index.php;
fastcgi_hide_header X-Powered-By;
fastcgi_param SCRIPT_FILENAME /var/www/payment/backend/public/index.php;
fastcgi_param SCRIPT_FILENAME /var/www/payment/public/index.php;
}
location ~ /\.(?!well-known).* {