Skip to content

Commit

Permalink
LEAF-4614 - remove un used rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
shane committed Jan 22, 2025
1 parent 7defdbe commit c7740b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/nginx/leaf_nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ server {
}

location ~ \.php$ {
#rewrite ^//(.*)$ /$1 break;
try_files $uri $uri/ /index.php =404;
fastcgi_pass ${LEAF_POD}:9000;
fastcgi_index index.php;
Expand Down

0 comments on commit c7740b5

Please sign in to comment.