mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00: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