Commit aa09aee1 authored by Owain Jones's avatar Owain Jones
Browse files

added /realtime directive for nginx confs

parent 29231d93
...@@ -103,6 +103,8 @@ server { ...@@ -103,6 +103,8 @@ server {
location /realtime { location /realtime {
proxy_pass http://localhost:9002/; proxy_pass http://localhost:9002/;
proxy_read_timeout 10m;
proxy_connect_timeout 10m;
} }
# pass the PHP scripts to FastCGI server from upstream phpfcgi # pass the PHP scripts to FastCGI server from upstream phpfcgi
......
...@@ -105,6 +105,8 @@ server { ...@@ -105,6 +105,8 @@ server {
location /realtime { location /realtime {
proxy_pass http://localhost:9002/; proxy_pass http://localhost:9002/;
proxy_read_timeout 10m;
proxy_connect_timeout 10m;
} }
location @rewriteapp { location @rewriteapp {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment