mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2026-02-20 04:59:12 +08:00
Update recipes.subdomain.conf.sample
This commit is contained in:
parent
1b239e6f95
commit
50cb155961
@ -1,12 +1,14 @@
|
||||
# make sure that your dns has a cname set for recipes
|
||||
# make sure to set VIRTUAL_HOST on your .env file
|
||||
# make sure to set VIRTUAL_HOST in your .env file
|
||||
|
||||
# make sure to set up the Recipes.conf file on your recipes nginx folder.
|
||||
# make sure to set up the Recipes.conf file in your recipes nginx folder.
|
||||
# Doc: https://github.com/vabene1111/recipes/blob/develop/docs/docker/nginx-proxy/nginx/conf.d/Recipes.conf
|
||||
|
||||
# if using Authelia use this one:
|
||||
# Doc: https://github.com/vabene1111/recipes/blob/develop/docs/docker/nginx-proxy%20with%20proxy%20authentication/nginx/conf.d/Recipes.conf
|
||||
|
||||
# if enabling auth, make sure to enable REVERSE_PROXY_AUTH in your .env file
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
@ -21,7 +23,6 @@ server {
|
||||
#include /config/nginx/ldap.conf;
|
||||
|
||||
# enable for Authelia
|
||||
# make sure to enable REVERSE_PROXY_AUTH on your .env file
|
||||
#include /config/nginx/authelia-server.conf;
|
||||
|
||||
location / {
|
||||
@ -34,7 +35,6 @@ server {
|
||||
#error_page 401 =200 /ldaplogin;
|
||||
|
||||
# enable for Authelia
|
||||
# make sure to enable REVERSE_PROXY_AUTH on your .env file
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user