mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Merge pull request #693 from jlssmt/vaultwarden
This commit is contained in:
commit
150ede575a
2 changed files with 14 additions and 0 deletions
|
@ -62,6 +62,13 @@ server {
|
||||||
# enable for Authentik (requires authentik-server.conf in the server block)
|
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||||
#include /config/nginx/authentik-location.conf;
|
#include /config/nginx/authentik-location.conf;
|
||||||
|
|
||||||
|
# if you enable admin page via ADMIN_TOKEN env variable
|
||||||
|
# consider restricting access to LAN only via uncommenting the following lines
|
||||||
|
#allow 10.0.0.0/8;
|
||||||
|
#allow 172.16.0.0/12;
|
||||||
|
#allow 192.168.0.0/16;
|
||||||
|
#deny all;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app vaultwarden;
|
set $upstream_app vaultwarden;
|
||||||
|
|
|
@ -49,6 +49,13 @@ location ~ ^(/vaultwarden)?/admin {
|
||||||
# enable for Authentik (requires authentik-server.conf in the server block)
|
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||||
#include /config/nginx/authentik-location.conf;
|
#include /config/nginx/authentik-location.conf;
|
||||||
|
|
||||||
|
# if you enable admin page via ADMIN_TOKEN env variable
|
||||||
|
# consider restricting access to LAN only via uncommenting the following lines
|
||||||
|
#allow 10.0.0.0/8;
|
||||||
|
#allow 172.16.0.0/12;
|
||||||
|
#allow 192.168.0.0/16;
|
||||||
|
#deny all;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app vaultwarden;
|
set $upstream_app vaultwarden;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue