Skip to content

Commit

Permalink
change /sys/services and ticket-messages endpoints to use the dp_inte…
Browse files Browse the repository at this point in the history
…rnal (relatively unlimited) fpm pool
  • Loading branch information
chrislrobinson committed Jun 25, 2024
1 parent d66b510 commit 8a88918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/nginx/conf.d/deskpro_server_params
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ location ^~ /sys/services/broadcaster/ {
include /etc/nginx/conf.d/deskpro_fastcgi_params;
}

location ~ ^/(admin\-api|agent\-api|sys/services)/ {
location ~ ^/(admin\-api|agent\-api)/ {
fastcgi_pass unix:/run/php_fpm_dp_gql.sock;
include /etc/nginx/conf.d/deskpro_fastcgi_params;
}

location ^~ /sys/services/search-indexing/ {
location ~ ^/(ticket\-channels|sys/services)/ {
fastcgi_pass unix:/run/php_fpm_dp_internal.sock;
include /etc/nginx/conf.d/deskpro_fastcgi_params;
}
Expand Down

0 comments on commit 8a88918

Please sign in to comment.