Skip to content

Commit 2fbcd90

Browse files
committed
fix: change backslash to slash
Signed-off-by: Felipe Zipitria <[email protected]>
1 parent cf619f9 commit 2fbcd90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

iis/wix/modsecurity.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,13 +151,13 @@ SecResponseBodyLimitAction ProcessPartial
151151
# This default setting is chosen due to all systems have /tmp available however,
152152
# this is less than ideal. It is recommended that you specify a location that's private.
153153
#
154-
SecTmpDir c:\inetpub\temp\
154+
SecTmpDir c:/inetpub/temp/
155155

156156
# The location where ModSecurity will keep its persistent data. This default setting
157157
# is chosen due to all systems have /tmp available however, it
158158
# too should be updated to a place that other users can't access.
159159
#
160-
SecDataDir c:\inetpub\temp\
160+
SecDataDir c:/inetpub/temp/
161161

162162

163163
# -- File uploads handling configuration -------------------------------------
@@ -166,7 +166,7 @@ SecDataDir c:\inetpub\temp\
166166
# location must be private to ModSecurity. You don't want other users on
167167
# the server to access the files, do you?
168168
#
169-
#SecUploadDir c:\inetpub\temp\
169+
#SecUploadDir c:/inetpub/temp/
170170

171171
# By default, only keep the files that were determined to be unusual
172172
# in some way (by an external inspection script). For this to work you
@@ -186,7 +186,7 @@ SecDataDir c:\inetpub\temp\
186186
# The default debug log configuration is to duplicate the error, warning
187187
# and notice messages from the error log.
188188
#
189-
#SecDebugLog c:\inetpub\temp\debug.log
189+
#SecDebugLog c:/inetpub/temp/debug.log
190190
#SecDebugLogLevel 3
191191

192192

@@ -206,10 +206,10 @@ SecAuditLogParts ABIJDEFHZ
206206
# assumes that you will use the audit log only ocassionally.
207207
#
208208
SecAuditLogType Serial
209-
SecAuditLog c:\inetpub\logs\modsec_audit.log
209+
SecAuditLog c:/inetpub/logs/modsec_audit.log
210210

211211
# Specify the path for concurrent audit logging.
212-
#SecAuditLogStorageDir c:\inetpub\logs\
212+
#SecAuditLogStorageDir c:/inetpub/logs/
213213

214214

215215
# -- Miscellaneous -----------------------------------------------------------

0 commit comments

Comments
 (0)