0
A
回答
2
我用SockJS基旋風在我的博客應用。我創建了一個SockJSRouter in my code here。我的SockJSConnection子類is defined in my code here和here is my nginx.conf。我的nginx.conf的相關行如下所示:
location /blog/sock_js {
proxy_pass http://motor_blog;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
相關問題
- 1. Nginx的配置
- 2. Nginx的配置
- 3. Nginx的配置
- 4. Tornado websocket演示的Nginx配置?
- 5. ZfcUserDoctrineMongoODM配置示例
- 6. WSS的Nginx配置
- 7. nginx的配置/只
- 8. 在nginx的配置
- 9. nginx的配置12.04
- 10. Nginx的supervisord配置
- 11. NGINX位置配置
- 12. Ampache nginx配置
- 13. NGINX配置:
- 14. Nginx配置
- 15. Nginx + node.js配置
- 16. nginx + nodejs配置
- 17. Nginx laravel配置
- 18. nginx proxy_pass配置
- 19. Nginx配置
- 20. Nginx無論配置如何顯示404
- 21. 如何配置nginx
- 22. Nginx配置問題
- 23. NGINX與Tomcat配置
- 24. Nginx - 基本配置
- 25. heroku php nginx配置
- 26. Magento Wordpress Nginx配置
- 27. 配置Phabricator和Nginx
- 28. nginx配置socket.io/websockets
- 29. Nginx配置問題
- 30. nginx子域配置
完美答案:) – omgbbqhax