Skip to content

Commit 5d223cf

Browse files
authored
Create stargate-proxy-httpauth.conf
1 parent 2656c82 commit 5d223cf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
### Transparent (with HTTP Basic Auth) reverse proxy full config
2+
#
3+
# 🪖 Remember to set the actual target before including:
4+
##📚 https://github.com/TurboLabIt/webstackup/blob/master/config/nginx/stargate-proxy-httpauth.conf
5+
#set $proxy_pass_target https://127.0.0.1:44344;
6+
#include /usr/local/turbolab.it/webstackup/config/nginx/stargate-proxy-httpauth.conf;
7+
8+
## sudo bash /usr/local/turbolab.it/webstackup/script/filesystem/proxyall-webroot-maker.sh
9+
root /var/www/proxyall-webroot;
10+
11+
## https://github.com/TurboLabIt/webstackup/blob/master/config/nginx/30_httpauth.conf
12+
include /usr/local/turbolab.it/webstackup/config/nginx/30_httpauth.conf;
13+
14+
## https://github.com/TurboLabIt/webstackup/blob/master/config/nginx/25_reverse-proxy.conf
15+
include /usr/local/turbolab.it/webstackup/config/nginx/25_reverse-proxy.conf;

0 commit comments

Comments
 (0)