We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63d3c2d commit d333732Copy full SHA for d333732
frontend/js/app/nginx/access/form.ejs
@@ -48,7 +48,7 @@
48
<div class="tab-pane" id="auth">
49
<p>
50
Basic Authorization via
51
- <a href="https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html">
+ <a target="_blank" href="https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html">
52
Nginx HTTP Basic Authentication
53
</a>
54
</p>
@@ -75,7 +75,7 @@
75
<div class="tab-pane" id="access">
76
77
IP Address Whitelist/Blacklist via
78
- <a href="https://nginx.org/en/docs/http/ngx_http_access_module.html">
+ <a target="_blank" href="https://nginx.org/en/docs/http/ngx_http_access_module.html">
79
Nginx HTTP Access
80
81
0 commit comments