Files
WPIQ/wo/core/nginxhashbucket.py

7 lines
176 B
Python
Raw Permalink Normal View History

"""Deprecated: OLS does not require hash bucket configuration"""
2019-09-04 20:36:15 +02:00
2018-11-13 21:55:59 +01:00
def hashbucket(self):
"""No-op: OpenLiteSpeed does not need hash bucket configuration"""
return True