Skip to content

Commit

Permalink
remove /administration rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 14, 2024
1 parent ba9e879 commit 46c0c9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion infrastructure/source_bundle/proxy/conf.d/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ server {
client_max_body_size 200m;
}
location /administration/ {
rewrite ^/administration/?(.*)$ /$1 break;
proxy_pass http://administration;
proxy_http_version 1.1;
proxy_set_header X-Forwarded-Host $host;
Expand Down

0 comments on commit 46c0c9c

Please sign in to comment.