Nginx transmission url

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
I have Nginx acting as a proxy for the transmission-daemon service on my server with hostname "estuary". My transmission.conf file is as follows:
server {
server_name transmission.estuary;
listen [::]:80;
location /transmission
proxy_pass_header X-Transmission-Session-Id;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:9091;
All seems well, but when I go to http://estuary/transmission, I get a 404 error. What URL should I be using? I've Googled all over the place, but I'm sorry, I'm a database guy, not a web developer; nothing makes sense to me.
nginx transmission web-development
add a comment |Â
up vote
0
down vote
favorite
I have Nginx acting as a proxy for the transmission-daemon service on my server with hostname "estuary". My transmission.conf file is as follows:
server {
server_name transmission.estuary;
listen [::]:80;
location /transmission
proxy_pass_header X-Transmission-Session-Id;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:9091;
All seems well, but when I go to http://estuary/transmission, I get a 404 error. What URL should I be using? I've Googled all over the place, but I'm sorry, I'm a database guy, not a web developer; nothing makes sense to me.
nginx transmission web-development
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have Nginx acting as a proxy for the transmission-daemon service on my server with hostname "estuary". My transmission.conf file is as follows:
server {
server_name transmission.estuary;
listen [::]:80;
location /transmission
proxy_pass_header X-Transmission-Session-Id;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:9091;
All seems well, but when I go to http://estuary/transmission, I get a 404 error. What URL should I be using? I've Googled all over the place, but I'm sorry, I'm a database guy, not a web developer; nothing makes sense to me.
nginx transmission web-development
I have Nginx acting as a proxy for the transmission-daemon service on my server with hostname "estuary". My transmission.conf file is as follows:
server {
server_name transmission.estuary;
listen [::]:80;
location /transmission
proxy_pass_header X-Transmission-Session-Id;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://localhost:9091;
All seems well, but when I go to http://estuary/transmission, I get a 404 error. What URL should I be using? I've Googled all over the place, but I'm sorry, I'm a database guy, not a web developer; nothing makes sense to me.
nginx transmission web-development
asked May 15 at 5:03
Brian.D.Myers
540716
540716
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1036372%2fnginx-transmission-url%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password