Reputation: 341
I am running an nginx web server where I redirect all http requests to https (with a self signed cert).
Problem is - I cannot seem to do so for an app running on a port. Example:
How can I modify the nginx config file to force that url through ssl?
Upvotes: 0
Views: 46