mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Update wrapperr.subdomain.conf.sample
This commit is contained in:
parent
f7ee9f3b31
commit
b359287af2
1 changed files with 9 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
||||||
## Version 2022/09/08
|
## Version 2023/02/17
|
||||||
# make sure that your dns has a cname set for wrapperr and that your wrapperr container is not using a base url
|
# make sure that your wrapperr container is named wrapperr
|
||||||
|
# make sure that your dns has a cname set for wrapperr
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
@ -17,6 +18,9 @@ server {
|
||||||
# enable for Authelia (requires authelia-location.conf in the location block)
|
# enable for Authelia (requires authelia-location.conf in the location block)
|
||||||
#include /config/nginx/authelia-server.conf;
|
#include /config/nginx/authelia-server.conf;
|
||||||
|
|
||||||
|
# enable for Authentik (requires authentik-location.conf in the location block)
|
||||||
|
#include /config/nginx/authentik-server.conf;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
|
@ -28,6 +32,9 @@ server {
|
||||||
# enable for Authelia (requires authelia-server.conf in the server block)
|
# enable for Authelia (requires authelia-server.conf in the server block)
|
||||||
#include /config/nginx/authelia-location.conf;
|
#include /config/nginx/authelia-location.conf;
|
||||||
|
|
||||||
|
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||||
|
#include /config/nginx/authentik-location.conf;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app wrapperr;
|
set $upstream_app wrapperr;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue