mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:44:21 +02:00
Initial version of nginx parser roundtrip test
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name <webserver>;
|
||||
root /var/www/;
|
||||
|
||||
location / {
|
||||
index index.html;
|
||||
default_type text/plain;
|
||||
set $memcached_key memfis://<hostname>$uri;
|
||||
memcached_pass 127.0.0.1:11211;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user