mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Initial version of nginx parser roundtrip test
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
server_name domain.tld;
|
||||
|
||||
location / {
|
||||
# host and port to fastcgi server
|
||||
fastcgi_pass 127.0.0.1:8080;
|
||||
include fastcgi_params;
|
||||
fastcgi_pass_header Authorization;
|
||||
fastcgi_intercept_errors off;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user