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
9dcf7c61
Commit
9dcf7c61
authored
1 year ago
by
涂伟
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://g.civnet.cn:8443/ReactWeb5/maintenance
parents
bc05aba4
2dc97957
Pipeline
#85866
passed with stages
Changes
1
Pipelines
1
Hide 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 @
9dcf7c61
<?
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
>
This diff is collapsed.
Click to expand it.
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