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">
|
<div class="tab-pane" id="auth">
|
||||||
<p>
|
<p>
|
||||||
Basic Authorization via
|
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
|
Nginx HTTP Basic Authentication
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
<div class="tab-pane" id="access">
|
<div class="tab-pane" id="access">
|
||||||
<p>
|
<p>
|
||||||
IP Address Whitelist/Blacklist via
|
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
|
Nginx HTTP Access
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user