$HTTP["host"] == "{{ public_fqdn }}" { debug.log-request-handling = "enable" accesslog.filename = "{{ lighttpd_log_file }}" $HTTP["url"] !~ "^/(media/|static/|favicon.ico$)" { proxy.server = ( "" => ( ( "host" => "{{ gunicorn_binding_address }}", "port" => {{ gunicorn_port }} ) ) ) } alias.url = ( "/static/" => "{{ www_static_assets_directory }}/", ) }