GithubHelp home page GithubHelp logo

Comments (3)

tobychui avatar tobychui commented on May 26, 2024

I wonder what is your VPS provider. From our private conversations, seems many issues we discovered are from your VPS instances (e.g. wordpress CORS, context timeout).

I saw some similar issues on here, which might points to the settings with some cloud service provider limiting CPU throttle or intentionally creating IO bottleneck.

It will be nice if you could provide more information on the VPS environment and setup involved. Thanks!

from zoraxy.

Morethanevil avatar Morethanevil commented on May 26, 2024

My Provider is Netcup
I have the VPS 2000

https://www.netcup.de/bestellen/produkt.php?produkt=2963

Processor: 8 vCores
RAM: 12 GB
320GB SSD Storage
1 G/bit network

The Wordpress issue is something which give me headaches :D

I tried a fresh wordpress install in LXC on my homeserver. Same problem.
Then I tried a fresh install in docker, it is very easy to test, but exact the same problem.
My homeserver is a dedicated PC.

Ryzen 5 5600G
16GB RAM
B550 Aorus Elite v2
100M/bit DSL with DynDNS

Thew issue with stopping zoraxy with the button is not that important, I have CLi when I test things :)

from zoraxy.

Morethanevil avatar Morethanevil commented on May 26, 2024

Found a solution for wordpress finally...

I am using Wordpress with Apache, in the "wp-config.php" you need to put these lines after "<?php"

if ( (!empty( $_SERVER['HTTP_X_FORWARDED_HOST'])) || (!empty( $_SERVER['HTTP_X_FORWARDED_FOR'])) ) { $_SERVER['HTTPS'] = 'on'; }

Worked instantly
Only thing left is proper federation for matrix, I am trying out a few things :)

from zoraxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.