Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. thathooo
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Groups 0

    Topics created by thathooo

    • T

      UNSOLVED Is "usage" tag in "/admin/manage/uploads" deleted? Or how to make it work?
      Technical Support • • thathooo

      2
      0
      Votes
      2
      Posts
      119
      Views

      scottalanmiller

      There is a filter for unlinked assets that nothing is using. If it is not under there, it is in use somewhere.

    • T

      Question with multiple url binding for frp
      Technical Support • • thathooo

      4
      0
      Votes
      4
      Posts
      80
      Views

      T

      @thathooo
      By the way, my url setting in config.json is same with url in nginx.conf .

      My status quo is that

      I set the url in config.json and nginx.conf as “https://mysite.top” which DNS response to my IP in LAN for intranet use.
      And for users from the Internet, I do frp to map my nodebb to my vps whose IP is bound to “www.mysite.top” . So I can visit it from internet by https://www.mysite.top .

      And now “mysite.top” is totally normal.
      But “www.mysite.top” occurs incorrect jumping when login in. For example https://www.mysite.top/https://www.mysite.top .

      Is there some way for me to deal with it?