Nginx transmission url

The name of the pictureThe name of the pictureThe name of the pictureClash 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.







share|improve this question
























    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.







    share|improve this question






















      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.







      share|improve this question












      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.









      share|improve this question











      share|improve this question




      share|improve this question










      asked May 15 at 5:03









      Brian.D.Myers

      540716




      540716

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          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



































          active

          oldest

          votes













          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes










           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          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













































































          Popular posts from this blog

          Unable to execute new pre-installation script (/var/lib/dpkg/tmp.ci/preinst)

          Running the scala interactive shell from the command line

          Do not install recommended packages of dependencies