diff options
author | B Stack <bgstack15@gmail.com> | 2022-02-14 22:49:17 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-02-14 22:49:17 -0500 |
commit | c364901df2ef04553fc7508c31446ad14ac93737 (patch) | |
tree | 7f2441778eba0661195024484122e55754e52bcd /README.md | |
parent | add initial centos7 doc (diff) | |
download | stackbin-c364901df2ef04553fc7508c31446ad14ac93737.tar.gz stackbin-c364901df2ef04553fc7508c31446ad14ac93737.tar.bz2 stackbin-c364901df2ef04553fc7508c31446ad14ac93737.zip |
r-proxy support with /set endpoint, and extra dir
The extra dir is still WIP
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -12,6 +12,7 @@ This is my proposed solution to my pastebin problem. * "Reply to" pastes to make parent/children relationships * UUIDs instead of sequential integer ID numbers * Private pastes (accessible to admin, and to users with the whole link) +* Reverse-proxy autoconfiguration by visiting /set # Using stackbin ## Installing @@ -37,6 +38,14 @@ Run the server in a full wsgi environment for the cleanup timer to operate. ./stackbin.bin +If you use stackbin behind a reverse-proxy such as nginx with example file `stackbin.conf.nginx`, then you can have it autodetect the correct top-level path by visiting path: + + /set + +This means that if your app is behind `http://example.com/stackbin/` then you would just visit once page: + + http://example.com/stackbin/set + # Improvements I still need to work on these tasks: @@ -46,7 +55,6 @@ I still need to work on these tasks: ## Release -* Document centos7 dependencies * Deploy to prod # Alternatives |