Dukemaster
Regular Pleskian
Hi at all,
since I rebuilt my forums from backup over my new server environment (apache with nginx as proxy/PHP 7.0.14 FPM over apache with and serving all static files over nginx.
I get the 505 Gateway Time-out nginx stop error every time when I update the attachements of the board exactly by 25%.
I asked my server administration helper how to fix it.
She told me to write the following code in the additional apache and nginx instructions of domain - webhosting configuration box of the domain in the bottom of this Plesk site.
I also added another instruction, like written in teh description: This is my code:
After resolving I make a # reboot,made tested nginx server, restarted nginx server and made a reboot
Additional questions: Do you know which file and path to file this configuration file is?
After the first failed test, I myself made the big mistake:
I wrote the same code in the PHP 7.0.14 configuration box (nginx) of domain webhosting settings. The domain PHP configuration file.
NO error, but after another unsuccessful test in this case I deleted the code from PHP 7.0.14 settings and rebooted.
But in the normal apache and nginx configuration files of each domain I still have this two settings.
Can I test the functionality on over a Bash command or on a website, if it works or not?
How can I fix my main 505 Gateway Time-out nginx error problem?
Please, sorry so much for a lot of questions. I don't want to destroy the good running system I ever had by this mistake testing in the wrong PHP settings box. And a little help to fix my main problem would be great.
Greets
since I rebuilt my forums from backup over my new server environment (apache with nginx as proxy/PHP 7.0.14 FPM over apache with and serving all static files over nginx.
I get the 505 Gateway Time-out nginx stop error every time when I update the attachements of the board exactly by 25%.
I asked my server administration helper how to fix it.
She told me to write the following code in the additional apache and nginx instructions of domain - webhosting configuration box of the domain in the bottom of this Plesk site.
Code:
fastcgi_read_timeout 300;
I'm a kind of complete solution worker, so I made this configuration to all of the other 8 domains.gzip_proxied any;
fastcgi_read_timeout 300;
After resolving I make a # reboot,made tested nginx server, restarted nginx server and made a reboot
But nothing changed in the running update script ! ! ! Stopping like always at 25%.nginx -t
everything OK
/etc/init.d/nginx restart
Additional questions: Do you know which file and path to file this configuration file is?
After the first failed test, I myself made the big mistake:
I wrote the same code in the PHP 7.0.14 configuration box (nginx) of domain webhosting settings. The domain PHP configuration file.
NO error, but after another unsuccessful test in this case I deleted the code from PHP 7.0.14 settings and rebooted.
But in the normal apache and nginx configuration files of each domain I still have this two settings.
Can I test the functionality on over a Bash command or on a website, if it works or not?
How can I fix my main 505 Gateway Time-out nginx error problem?
Please, sorry so much for a lot of questions. I don't want to destroy the good running system I ever had by this mistake testing in the wrong PHP settings box. And a little help to fix my main problem would be great.
Greets
Attachments
Last edited: