server { include sourcehut.conf; include port80.conf; server_name paste.sr.ht pasta.localtest.me; client_max_body_size 10M; location / { proxy_pass http://srhts:5011; include headers.conf; add_header Content-Security-Policy "default-src 'none'; style-src 'self' 'unsafe-inline'; img-src * data:; script-src 'self' 'unsafe-inline'" always; include web.conf; } location /query { proxy_pass http://srhts:5111; include graphql.conf; } location /static { root /usr/lib/$python/site-packages/pastesrht; expires 30d; } }