-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation problems #5
Comments
i have this issue too. |
i fixed it ,polymath's webserver need https not http , maybe u should use nginx make http protocol to https |
可有联系方式? |
PolymathPolymath is a web server designed to host resource packs of the Oraxen plugin. How to use Polymath
With nix package management
Without nix package management (and Windows)If you didn't install nix, you need to install Python 3.8 with those packages:
./build.sh
How to use on Pterodactyl or Windows
Installing Requirements:
you must setup SSL for this to work!if using nginx:
location / {
proxy_pass http://127.0.0.1:8080;
proxy_set_header X-Real-IP $remote_addr;
client_max_body_size 10M;
}
|
La méthode que vous avez écrite n'est pas exécutée sur Windos, je télécharge très lentement en Chine, donc je veux construire un téléchargement Web pour mes joueurs télécharger le paquet de ressources, mais ce tutoriel n'est pas très clair, pouvez - vous fournir des méthodes spécifiques pour fonctionner sur Windos? I need to install it on the server
The text was updated successfully, but these errors were encountered: