0
Q
多個條件
A
回答
2
您應該使用map
map $http_user_agent $bundle {
default desktop;
~*android.+mobile touch;
~*bb\d+.+mobile touch;
~*fennec touch;
...
~*meego pda;
...
}
server {
# here you could use $bundle variable
...
}
+0
謝謝。有用! –
相關問題
- 1. 多個條件
- 2. 多個條件
- 3. 多個條件
- 4. 多個條件
- 5. 多個條件
- 6. 多個條件
- 7. 多個where條件
- 8. 與多個條件
- 9. mvc3多個條件
- 10. 與多個條件
- 11. Ifelse多個條件
- 12. 與多個條件
- 13. XSLT多個條件
- 14. 多個條件4
- 15. 多個條件WHERE
- 16. MySQL多個條件
- 17. 多個條件JOIN
- 18. Python:np.with多個條件
- 19. 與多個條件
- 20. 多個IF條件
- 21. jQuery多個條件
- 22. 由多個條件
- 23. 多個WHEN條件?
- 24. 與多個條件
- 25. 與多個條件
- 26. 多個條件linq
- 27. if條件中的多個條件
- 28. 條件格式:多個條件
- 29. 多個條件在玉條件
- 30. 休眠條件查詢多個條件
您所使用的這些條件? –
決定哪個靜態文件發送取決於'useragent',我檢查與不同的正則表達式-s –
好的。顯示實際情況和用法 –