Skip to content
Snippets Groups Projects
Commit 04c58439 authored by lain's avatar lain
Browse files

Merge branch 'develop' into 'develop'

Added: caddy webserver config example

Closes #192

See merge request pleroma/pleroma!189
parents 8073af6e 13925e0e
Branches
No related tags found
No related merge requests found
social.domain.tld {
tls user@domain.tld
log /var/log/caddy/pleroma.log
cors / {
origin https://halcyon.domain.tld
origin https://pinafore.domain.tld
methods POST,PUT,DELETE,GET,PATCH,OPTIONS
allowed_headers Authorization,Content-Type,Idempotency-Key
exposed_headers Link,X-RateLimit-Reset,X-RateLimit-Limit,X-RateLimit-Remaining,X-Request-Id
}
proxy / localhost:4000 {
websocket
transparent
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment