File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
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;
You can’t perform that action at this time.
0 commit comments