Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
2dc97957
Commit
2dc97957
authored
Mar 11, 2024
by
田翔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 配置文件替换
parent
0e2246b4
Pipeline
#85837
failed with stages
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
web.config
public/web.config
+10
-3
No files found.
public/web.config
View file @
2dc97957
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
configuration
>
<
system
.
webServer
>
<
defaultDocument
>
...
...
@@ -14,11 +14,11 @@
</
defaultDocument
>
<
rewrite
>
<
rules
>
<
rule
name
=
"route
1
"
stopProcessing
=
"true"
>
<
rule
name
=
"route
3
"
stopProcessing
=
"true"
>
<
match
url
=
"\/index\.html$"
ignoreCase
=
"true"
/>
<
action
type
=
"None"
/>
</
rule
>
<
rule
name
=
"route
2
"
stopProcessing
=
"true"
>
<
rule
name
=
"route
4
"
stopProcessing
=
"true"
>
<
match
url
=
"."
ignoreCase
=
"true"
/>
<
conditions
logicalGrouping
=
"MatchAll"
>
<
add
input
=
"{REQUEST_FILENAME}"
matchType
=
"IsFile"
negate
=
"true"
/>
...
...
@@ -29,4 +29,11 @@
</
rules
>
</
rewrite
>
</
system
.
webServer
>
<
location
path
=
"index.html"
>
<
system
.
webServer
>
<
staticContent
>
<
clientCache
cacheControlMode
=
"DisableCache"
/>
</
staticContent
>
</
system
.
webServer
>
</
location
>
</
configuration
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment