Skip to content

Commit d333732

Browse files
Add target _blank to href
1 parent 63d3c2d commit d333732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/js/app/nginx/access/form.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<div class="tab-pane" id="auth">
4949
<p>
5050
Basic Authorization via
51-
<a href="https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html">
51+
<a target="_blank" href="https://nginx.org/en/docs/http/ngx_http_auth_basic_module.html">
5252
Nginx HTTP Basic Authentication
5353
</a>
5454
</p>
@@ -75,7 +75,7 @@
7575
<div class="tab-pane" id="access">
7676
<p>
7777
IP Address Whitelist/Blacklist via
78-
<a href="https://nginx.org/en/docs/http/ngx_http_access_module.html">
78+
<a target="_blank" href="https://nginx.org/en/docs/http/ngx_http_access_module.html">
7979
Nginx HTTP Access
8080
</a>
8181
</p>

0 commit comments

Comments
 (0)