mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Format files
This commit is contained in:
parent
e4b70cea1d
commit
0eb569982b
16 changed files with 52 additions and 51 deletions
|
@ -11,3 +11,4 @@ trim_trailing_whitespace = false
|
||||||
[{*.conf,*.conf.sample}]
|
[{*.conf,*.conf.sample}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
|
@ -23,8 +23,8 @@ Conversely subdomain reverse proxying does not require special accommodation by
|
||||||
|
|
||||||
Make sure that your default site config contains the following lines in the appropriate spots as seen in the default version:
|
Make sure that your default site config contains the following lines in the appropriate spots as seen in the default version:
|
||||||
|
|
||||||
1) For subfolder methods: `include /config/nginx/proxy-confs/*.subfolder.conf;`
|
1. For subfolder methods: `include /config/nginx/proxy-confs/*.subfolder.conf;`
|
||||||
2) For subdomain methods: `include /config/nginx/proxy-confs/*.subdomain.conf;`
|
2. For subdomain methods: `include /config/nginx/proxy-confs/*.subdomain.conf;`
|
||||||
|
|
||||||
### Ensure you have a custom docker network
|
### Ensure you have a custom docker network
|
||||||
|
|
||||||
|
@ -42,8 +42,8 @@ If the reverse proxied containers are not reachable via dns or they are running
|
||||||
|
|
||||||
### Rename the required proxy configs
|
### Rename the required proxy configs
|
||||||
|
|
||||||
1) Rename the conf files and remove the `.sample` at the end (ie. `sonarr.subfolder.conf`)
|
1. Rename the conf files and remove the `.sample` at the end (ie. `sonarr.subfolder.conf`)
|
||||||
2) Restart the swag container
|
2. Restart the swag container
|
||||||
|
|
||||||
### Make any necessary changes detailed in the config
|
### Make any necessary changes detailed in the config
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,6 @@ location /todo {
|
||||||
}
|
}
|
||||||
|
|
||||||
location ^~ /todo/ {
|
location ^~ /todo/ {
|
||||||
|
|
||||||
# enable the next two lines for http auth
|
# enable the next two lines for http auth
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
#auth_basic_user_file /config/nginx/.htpasswd;
|
||||||
|
|
|
@ -33,6 +33,7 @@ location /tvheadend/ {
|
||||||
|
|
||||||
# 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;
|
||||||
|
|
||||||
include /config/nginx/proxy.conf;
|
include /config/nginx/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue