Skip to content

Commit

Permalink
Fix the directive location to be nested so that it inherits parent di…
Browse files Browse the repository at this point in the history
…rective configuration

Bug: T370901
  • Loading branch information
katydidnot committed Dec 6, 2024
1 parent 04b22c2 commit cc8a900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ server {
return 403;
}
location /admin/links/ {
try_files $uri @django-admin-slow
try_files $uri @django-admin-slow;
}
# checks for static file, if not found proxy to app
try_files $uri @django;
Expand Down

0 comments on commit cc8a900

Please sign in to comment.