mirror of
https://git.seedno.de/seednode/docker-nginx-js-challenge.git
synced 2025-12-15 07:19:03 +00:00
Initial test of simon987/ngx_http_js_challenge_module
This commit is contained in:
15
nginx/conf.d/default.conf
Normal file
15
nginx/conf.d/default.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
js_challenge on;
|
||||
js_challenge_secret "change me!";
|
||||
js_challenge_html /etc/nginx/loading.html;
|
||||
js_challenge_bucket_duration 3600;
|
||||
js_challenge_title "Verifying your browser...";
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user