First time here? Check out the FAQ!

Revision history  [back]

Configure Apache to serve the static files directly using the Alias directive. Probably Alias directives in the sample Apache config are wrong.

In production any static file requests should not be touching django application at all.

Configure Apache to serve the static files directly using the Alias directive. Probably Alias directives in the sample Apache config are wrong.directive.

In production any static file requests should not be touching django application at all.