ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Install Nginx as a Reverse Proxy on Fedora 27

    IT Discussion
    nginx fedora certbot fedora 27 reverse proxy guides real instructions how to
    16
    107
    22.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • brandon220B
      brandon220
      last edited by brandon220

      Another question:
      When you access Nextcloud with https and the site check shows that everything passes

      passed.PNG

      But, when you place it behind Nginx, it "breaks"

      fail.PNG

      I am trying to understand what is happening behind the scenes to cause the error. Is anyone else seeing this happen on their instances?

      JaredBuschJ black3dynamiteB 2 Replies Last reply Reply Quote 0
      • JaredBuschJ
        JaredBusch @brandon220
        last edited by

        @brandon220 said in Install Nginx as a Reverse Proxy on Fedora 27:

        Another question:
        When you access Nextcloud with https and the site check shows that everything passes

        passed.PNG

        But, when you place it behind Nginx, it "breaks"

        fail.PNG

        I am trying to understand what is happening behind the scenes to cause the error. Is anyone else seeing this happen on their instances?

        This is not broken. it is simply a warnign about something..

        What do you mean broken?

        brandon220B 1 Reply Last reply Reply Quote 0
        • brandon220B
          brandon220 @JaredBusch
          last edited by

          @JaredBusch I should not have said "broken". It is not causing any issues that I can see. Just not sure what changes that makes it give the warning. Is this one to ignore?

          JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @brandon220
            last edited by

            @brandon220 said in Install Nginx as a Reverse Proxy on Fedora 27:

            @JaredBusch I should not have said "broken". It is not causing any issues that I can see. Just not sure what changes that makes it give the warning. Is this one to ignore?

            Read the message.

            It says that it does not see a configuration related to LetsEncrypt.

            If you are using a proxy, the proxy handles the cert.

            1 Reply Last reply Reply Quote 0
            • scottalanmillerS
              scottalanmiller @brandon220
              last edited by

              @brandon220 said in Install Nginx as a Reverse Proxy on Fedora 27:

              @JaredBusch I should not have said "broken". It is not causing any issues that I can see. Just not sure what changes that makes it give the warning. Is this one to ignore?

              Purely a warning, and not really a good one. It doesn't apply to you, so that makes it a bad warning.

              1 Reply Last reply Reply Quote 1
              • black3dynamiteB
                black3dynamite @brandon220
                last edited by

                @brandon220 said in Install Nginx as a Reverse Proxy on Fedora 27:

                Another question:
                When you access Nextcloud with https and the site check shows that everything passes

                passed.PNG

                But, when you place it behind Nginx, it "breaks"

                fail.PNG

                I am trying to understand what is happening behind the scenes to cause the error. Is anyone else seeing this happen on their instances?

                If you want to remove that warning, add the following in the server block

                location = /.well-known/carddav {
                      return 301 $scheme://$host/remote.php/dav;
                    }
                    location = /.well-known/caldav {
                      return 301 $scheme://$host/remote.php/dav;
                    }
                
                1 Reply Last reply Reply Quote 2
                • travisdh1T
                  travisdh1
                  last edited by

                  It's now 2/15/2024 with Fedora 39, and this is still working.

                  Just setup a new reverse proxy.

                  1 Reply Last reply Reply Quote 2
                  • 1
                  • 2
                  • 3
                  • 4
                  • 5
                  • 6
                  • 6 / 6
                  • First post
                    Last post