Hi All.
I'm having problems to increase the time out for appenfine flex runing php
I've followed the instructions to edit the nxing-app.conf but it isnt
working.
An nginx-app.conf configuration file is included in the server section of
the main NGINX configuration file. The default configuration file looks
like this:
location / {
# try to serve files directly, fallback to the front controller
try_files $uri /$front_controller_file$is_args$args;
}
To define a custom configuration file, put a file named nginx-app.conf in
the project root directory. The runtime will override the default file with
the file you provided.
*This is my nginx-app.conf file*
location / {
# try to serve files directly, fallback to the front controller
try_files $uri /$front_controller_file$is_args$args;
proxy_send_timeout 86400s;
proxy_read_timeout 86400s;
fastcgi_send_timeout 86400s;
fastcgi_read_timeout 86400s;
}
Can PLEASE someone help me?
Thanks in advance
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/google-appengine/67b850fc-a4db-41ac-bbea-8be066479fe1%40googlegroups.com.