Commit 375dbc19 authored by Owain Jones's avatar Owain Jones
Browse files

removed /realtime as now is handled by Symfony

parent 0632468c
...@@ -110,11 +110,11 @@ server { ...@@ -110,11 +110,11 @@ server {
rewrite ^(.*)$ /${symfonyfile}.php/$1 last; rewrite ^(.*)$ /${symfonyfile}.php/$1 last;
} }
location /realtime { # location /realtime {
proxy_pass http://localhost:9002/; # proxy_pass http://localhost:9002/;
proxy_read_timeout 10m; # proxy_read_timeout 10m;
proxy_connect_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
location ~ ^/(app|app_dev|config)\.php(/|$) { location ~ ^/(app|app_dev|config)\.php(/|$) {
......
...@@ -112,11 +112,11 @@ server { ...@@ -112,11 +112,11 @@ server {
gzip_static on; gzip_static on;
} }
location /realtime { # location /realtime {
proxy_pass http://localhost:9002/; # proxy_pass http://localhost:9002/;
proxy_read_timeout 10m; # proxy_read_timeout 10m;
proxy_connect_timeout 10m; # proxy_connect_timeout 10m;
} # }
location @rewriteapp { location @rewriteapp {
rewrite ^(.*)$ /${symfonyfile}.php/$1 last; rewrite ^(.*)$ /${symfonyfile}.php/$1 last;
......
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