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 {
rewrite ^(.*)$ /${symfonyfile}.php/$1 last;
}
location /realtime {
proxy_pass http://localhost:9002/;
proxy_read_timeout 10m;
proxy_connect_timeout 10m;
}
# location /realtime {
# proxy_pass http://localhost:9002/;
# proxy_read_timeout 10m;
# proxy_connect_timeout 10m;
# }
# pass the PHP scripts to FastCGI server from upstream phpfcgi
location ~ ^/(app|app_dev|config)\.php(/|$) {
......
......@@ -112,11 +112,11 @@ server {
gzip_static on;
}
location /realtime {
proxy_pass http://localhost:9002/;
proxy_read_timeout 10m;
proxy_connect_timeout 10m;
}
# location /realtime {
# proxy_pass http://localhost:9002/;
# proxy_read_timeout 10m;
# proxy_connect_timeout 10m;
# }
location @rewriteapp {
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