docs(deploy) : add deployment guide and MCP connection tutorial

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Matthieu
2026-03-16 10:50:40 +01:00
parent fb0e6c1ea4
commit c95fff530c
3 changed files with 215 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
server {
listen 80;
listen [::]:80;
server_name project.malio-dev.fr;
root /var/www/lesstime/frontend/.output/public;
@@ -37,7 +38,6 @@ server {
fastcgi_param SCRIPT_FILENAME /var/www/lesstime/public/index.php;
fastcgi_param DOCUMENT_ROOT /var/www/lesstime/public;
fastcgi_pass unix:/run/php/php8.4-fpm.sock;
internal;
}
location ~ \.php$ {