python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Nginx proxy_pass config leaves insecure access to location path open
The nginx snippet below works for https access of our web application. However several end users of the app are instead using ip access in browser to the same app with no certificate protection.
Ways ...
Kathleen999
Votes: 0
Answers: 0
Redirection of a path url to its base url
I need to redirect some urls to their original base url, for eg if if i have the below url
https://example.com/path/to/something
it should be redirected to the below
https://example.com
Any way i can ...
display989
Votes: 0
Answers: 1
Nginx rewrite: How do I rewite this?
I've been at this for hours now - nothing works, so here I am.
I have a bunch of files in /pages/ with number filenames, i.e. 123.php, 321.php, 111.php etc.
I need to rewrite the URL so that the conte...
Trace DeCoy
Votes: 0
Answers: 1
I want to add a string ti url if it's not present and reverse procy using Nginx
I am currently using a service exposed at port 8083. My use case is I want to add "/service" to all the url if it's not present.
Like user hits -> www.example.com:8083 -> goes to Nginx...

Farhaan Patel
Votes: 0
Answers: 1