docker:nginx_proxy_manager:forward_to_a_directory
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:nginx_proxy_manager:forward_to_a_directory [2025/07/21 09:08] – peter | docker:nginx_proxy_manager:forward_to_a_directory [2025/07/21 09:18] (current) – peter | ||
---|---|---|---|
Line 20: | Line 20: | ||
===== Other approach ===== | ===== Other approach ===== | ||
- | Custom configuration in the "Advanced" tab: | + | In **Advanced**: |
< | < | ||
Line 32: | Line 32: | ||
</ | </ | ||
+ | ---- | ||
+ | |||
+ | ===== Another Approach ===== | ||
+ | |||
+ | In **Advanced**: | ||
+ | |||
+ | < | ||
+ | location = /{return 301 $scheme:// | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== Another Approach ===== | ||
+ | |||
+ | In **Advanced**: | ||
+ | |||
+ | < | ||
+ | location = /{return 301 $scheme:// | ||
+ | |||
+ | location / { | ||
+ | # Proxy! | ||
+ | include conf.d/ | ||
+ | } | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * One with = sign | ||
+ | * One without. | ||
+ | * This is optional... | ||
+ | |||
+ | </ | ||
docker/nginx_proxy_manager/forward_to_a_directory.1753088939.txt.gz · Last modified: 2025/07/21 09:08 by peter