mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-02 01:38:15 -05:00
Add target _blank to href
This commit is contained in:
parent
63d3c2d06f
commit
d3337322dd
@ -48,7 +48,7 @@
|
||||
<div class="tab-pane" id="auth">
|
||||
<p>
|
||||
Basic Authorization via
|
||||
<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">
|
||||
Nginx HTTP Basic Authentication
|
||||
</a>
|
||||
</p>
|
||||
@ -75,7 +75,7 @@
|
||||
<div class="tab-pane" id="access">
|
||||
<p>
|
||||
IP Address Whitelist/Blacklist via
|
||||
<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">
|
||||
Nginx HTTP Access
|
||||
</a>
|
||||
</p>
|
||||
|
Loading…
Reference in New Issue
Block a user