YunoHost-Apps / pluxml_ynh

PluXml package for YunoHost
http://pluxml.org
GNU General Public License v3.0
9 stars 3 forks source link

Update nginx.conf #31

Closed ewilly closed 5 years ago

ewilly commented 5 years ago

Increase buffer to avoid 502 with some plugins (spxplugindownloader, ...) According to https://wiki.pluxml.org/installer/nginx/ :

anto1ne commented 5 years ago

Hi @ewilly ,

Thank you, that is a good idea and it will fix https://github.com/YunoHost-Apps/pluxml_ynh/issues/26

I ran pluxml with your conf file and I see that it needs some improvement, here are the package_check results

Package linter:                  SUCCESS
Installation:                    SUCCESS
Deleting:                        SUCCESS
Installation in a sub path:      FAIL
Deleting from a sub path:        FAIL
Installation on the root:        SUCCESS
Deleting from root:              SUCCESS
Upgrade:                         SUCCESS
Installation in private mode:    SUCCESS
Installation in public mode:     SUCCESS
Multi-instance installations:    SUCCESS
Malformed path:                  FAIL
Port already used:               SUCCESS
Backup:                          SUCCESS
Restore:                         SUCCESS
Change URL:                      FAIL
grep: /home/admin/package_check/levels.json: Aucun fichier ou dossier de ce type
Level of this application: 1 ()
       Level 1: 1
       Level 2: 0
       Level 3: 1
       Level 4: 0
       Level 5: 1
       Level 6: 1
       Level 7: 0
       Level 8: 0
       Level 9: 0
       Level 10: 0
You can find the complete log of these tests in /home/admin/package_check/Complete.log
Global working time for all tests: 18 minutes, 8 seconds.
Disable iptables rules.
Disable the network bridge.
ewilly commented 5 years ago

Hope it will fix the issue with installation in a sub path. Not tested on my side

anto1ne commented 5 years ago

great !! it works very well :smile:

Package linter:                  SUCCESS
Installation:                    SUCCESS
Deleting:                        SUCCESS
Installation in a sub path:      SUCCESS
Deleting from a sub path:        SUCCESS
Installation on the root:        SUCCESS
Deleting from root:              SUCCESS
Upgrade:                         SUCCESS
Installation in private mode:    SUCCESS
Installation in public mode:     SUCCESS
Multi-instance installations:    SUCCESS
Malformed path:                  SUCCESS
Port already used:               SUCCESS
Backup:                          SUCCESS
Restore:                         SUCCESS
Change URL:                      SUCCESS
grep: /home/admin/package_check/levels.json: Aucun fichier ou dossier de ce type
Level of this application: 3 ()
       Level 1: 1
       Level 2: 1
       Level 3: 1
       Level 4: 0
       Level 5: 1
       Level 6: 1
       Level 7: 1
       Level 8: 0
       Level 9: 0
       Level 10: 0
You can find the complete log of these tests in /home/admin/package_check/Complete.log
Global working time for all tests: 26 minutes, 40 seconds.
Disable iptables rules.
Disable the network bridge.