F5F Stay Refreshed Power Users Networks Change the redirect path in Nginx configuration.

Change the redirect path in Nginx configuration.

Change the redirect path in Nginx configuration.

F
FriendlyPie
Junior Member
5
11-26-2016, 11:33 AM
#1
F
FriendlyPie
11-26-2016, 11:33 AM #1

M
matsmt
Junior Member
12
11-28-2016, 02:49 PM
#2
I understand your confusion. Please try redirecting directly from the link instead of using the DNS and domain you don’t have access to. Let me know if you need help with that.
M
matsmt
11-28-2016, 02:49 PM #2

I understand your confusion. Please try redirecting directly from the link instead of using the DNS and domain you don’t have access to. Let me know if you need help with that.

N
NONONoisette
Junior Member
41
11-28-2016, 09:38 PM
#3
in short it's for someone else who is compensating me. what they need is clear, no doubts. second, i'll go into more detail as I previously struggled. imagine a link like this: https://static.boredpanda.com/blog/wp-co...rimage.jpg. i don't want to share the exact URL, but i need to redirect it from my own site. currently i can't access the DNS control panel to set up a forward rule. however, i do have a subdomain that points to a linux machine i'm using. my idea was to use that VM with Nginx or Apache to create a link forwarding rule, so I planned to either forward it or apply a 301 redirect when someone visits subdomain.domain.com/somepath.
N
NONONoisette
11-28-2016, 09:38 PM #3

in short it's for someone else who is compensating me. what they need is clear, no doubts. second, i'll go into more detail as I previously struggled. imagine a link like this: https://static.boredpanda.com/blog/wp-co...rimage.jpg. i don't want to share the exact URL, but i need to redirect it from my own site. currently i can't access the DNS control panel to set up a forward rule. however, i do have a subdomain that points to a linux machine i'm using. my idea was to use that VM with Nginx or Apache to create a link forwarding rule, so I planned to either forward it or apply a 301 redirect when someone visits subdomain.domain.com/somepath.

S
superschut
Member
79
12-09-2016, 04:45 PM
#4
Explore setting up an Nginx reverse proxy configuration.
S
superschut
12-09-2016, 04:45 PM #4

Explore setting up an Nginx reverse proxy configuration.

F
Falcon_Pilot
Member
62
12-30-2016, 07:49 PM
#5
For future reference, the default nginx configuration file includes a 301 redirect for /somepath that points to This ensures visitors accessing subdomain.domain.com/somepath are automatically redirected to the correct destination.
F
Falcon_Pilot
12-30-2016, 07:49 PM #5

For future reference, the default nginx configuration file includes a 301 redirect for /somepath that points to This ensures visitors accessing subdomain.domain.com/somepath are automatically redirected to the correct destination.