anon630
anon630
Comments
-
BountySite does not like weak passwords.
-
You can use a backend to pass the request to another server. try_files ...... @backend_srv ; I am not too sure, but I think this should work.
-
In nginx, there is an option try_files on 404 status code. Checkout if you can send the request to another server. I am guessing that this is possible.