diff --git a/backend/url-shortener/deploy/nginx.be-url-shortener.fragment b/backend/url-shortener/deploy/nginx.be-url-shortener.fragment index b90a165..f664524 100644 --- a/backend/url-shortener/deploy/nginx.be-url-shortener.fragment +++ b/backend/url-shortener/deploy/nginx.be-url-shortener.fragment @@ -24,6 +24,6 @@ server { location ~ \.php$ { include fastcgi_params; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; - fastcgi_pass unix:/run/php-fpm81.sock; + fastcgi_pass unix:/run/php-fpm.socket; } }