File: nginx.conf

package info (click to toggle)
lacme 0.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 484 kB
  • sloc: perl: 1,273; sh: 216; makefile: 91
file content (9 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# Use Nginx to proxy ACME requests to a locally-bound lacme webserver.
#
# One of the nginx*.conf file needs to be sourced to the server
# directives (at least the non-ssl one) of each virtual host requiring
# authorization.

location ^~ /.well-known/acme-challenge/ {
    proxy_pass http://unix:@@runstatedir@@/lacme-www.socket;
}