|
@@ -86,11 +86,11 @@ http {
|
|
|
|
|
|
location @apache {
|
|
|
internal;
|
|
|
- proxy_pass http://127.0.0.1:8080;
|
|
|
+ proxy_pass http://127.0.0.1:9090;
|
|
|
}
|
|
|
|
|
|
location ~ .*\.(php|php5)?$ {
|
|
|
- proxy_pass http://127.0.0.1:8080;
|
|
|
+ proxy_pass http://127.0.0.1:9090;
|
|
|
}
|
|
|
|
|
|
location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|ico)$ {
|