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
Would be nice to be able to have the proxy deliver a small number of files directly.
The particular use case is to be able to easily enable support for LetsEncrypt directly against doorman without having to do it in the backend service - which may not be customizable.
Would be nice to be able to have the proxy deliver a small number of files directly.
The particular use case is to be able to easily enable support for LetsEncrypt directly against doorman without having to do it in the backend service - which may not be customizable.
i.e. something like
staticPaths: {
'/.well-known/acme-challenge/' : '/path/to/letsencrypt.sh/.acme-challenges/',
'/static/' : '/path/to/static/html/'
},
staticPathsPublic: {
'/robots.txt' : '/path/to/my/robots.txt'
},
The text was updated successfully, but these errors were encountered: