Update recipes.subdomain.conf.sample

This commit is contained in:
aptalca 2020-10-04 15:24:05 -04:00 committed by GitHub
parent 1b239e6f95
commit 50cb155961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;