Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Proposal: more for wp-config

    WordPress (Developer)
    4
    7
    162
    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.
    • JOduMonT
      JOduMonT last edited by

      I saw Cloudron team added
      WP_HOME and WP_SITEURL 🙂

      Why not adding COOKIE_DOMAIN and NOBLOGREDIRECT which prevent sending cookies with each request
      ref: https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain

      define( 'COOKIE_DOMAIN', 'www.domain.tld' );
      define( 'NOBLOGREDIRECT', 'https://www.domain.tld' );

      I used them on different WP since over a year now with and never add issue

      jdaviescoates Lonkle 2 Replies Last reply Reply Quote 0
      • jdaviescoates
        jdaviescoates @JOduMonT last edited by

        @jodumont said in Proposal: more for wp-config:

        ref: https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain

        That's the old link, here is the new one: https://wordpress.org/support/article/editing-wp-config-php/#set-cookie-domain

        I use Cloudron with Gandi & Hetzner

        1 Reply Last reply Reply Quote 0
        • Lonkle
          Lonkle @JOduMonT last edited by

          @jodumont Woah, looking around for constants lead me to this super optimized wp-config.php file, it's super unique (cornerstone of a script, slickstack.io). The stack itself is unique. Maybe I'll Dockerfile it someday and offer it as an alternative to the main WP install here on Cloudron. Since researching it, I love their optimizations.

          https://github.com/littlebizzy/slickstack/blob/master/wordpress/wp-config.txt

          1 Reply Last reply Reply Quote 0
          • girish
            girish Staff last edited by

            Is there more information on COOKIE_DOMAIN ? Since https://codex.wordpress.org/Editing_wp-config.php#Set_Cookie_Domain seems to be broken link

            Lonkle 1 Reply Last reply Reply Quote 0
            • Lonkle
              Lonkle @girish last edited by

              @girish https://wordpress.org/support/article/editing-wp-config-php/#set-cookie-domain

              1 Reply Last reply Reply Quote 0
              • girish
                girish Staff last edited by

                Thanks. Looks like:

                • COOKIE_DOMAIN - when you use a subdomain to serve static assets. This doesn't apply to cloudron.
                • NOBLOGREDIRECT seems relevant for multi-site which we don't support yet.
                1 Reply Last reply Reply Quote 2
                • Lonkle
                  Lonkle last edited by

                  I agree with both of @girish's assessments of the file for the time being. But that doesn't mean that when Cloudron does support multi-site in the future, we can't assess multisite constants. So thanks for bringing it up! It lead me to that really interesting and eye-opening wp-config.php on Github.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post
                  Powered by NodeBB