You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first line filters all requests to your pod URL. So only requests to your pod are processed.
In the second line replace the path to your diaspora public directory.
The third line is optional and redirects first time visitors to the sign in page.
The inner section filters out all requests that do not hit static files and forwards them to the thin app server.
Secure Connections
To always use https add the following code within the previews block. mod_redirect has to be enabled.
There is a problem with curl. Curl adds an Expect header to its HTTP POST requests. lighttpd rejects these requests by default. To ignore the requests add the following line.