prakash Posted November 26, 2010 Share Posted November 26, 2010 Hi, I need to convert following nginx rule to Apache configuration. can anyone help me. location /chat { rewrite /chat(/.+)$ $1 break; proxy_pass http://localhost:8000; proxy_set_header Host $host; proxy_set_header Cookie $http_cookie; proxy_buffering off; proxy_send_timeout 310; } Link to comment https://forums.phpfreaks.com/topic/219882-what-is-the-equivalent-value-for-apache-configuration/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.