File tree 7 files changed +3
-24
lines changed
7 files changed +3
-24
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
"incoming_port" : {
20
20
"type" : " string" ,
21
- "pattern" : " ^(?!80$|81$|91$| 443$)([0-9]+|[0-9]+-[0-9]+)$" ,
21
+ "pattern" : " ^(?!80$|443$)([0-9]+|[0-9]+-[0-9]+)$" ,
22
22
"maxLength" : 11
23
23
},
24
24
"forwarding_host" : {
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ include conf.d/include/always.conf;
17
17
include conf.d/include/always.conf;
18
18
root /html/404deadpage;
19
19
error_page 404 /404deadpage.html;
20
- return 404;
20
+ try_files $uri = 404;
21
21
}
22
22
{%- endif %}
23
23
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ server {
28
28
include conf.d/include/always.conf;
29
29
root /html/404deadpage;
30
30
error_page 404 /404deadpage.html;
31
- return 404;
31
+ try_files $uri = 404;
32
32
}
33
33
{%- endif %}
34
34
Original file line number Diff line number Diff line change 4
4
< title > Dead Host</ title >
5
5
< meta charset ="UTF-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < meta name ="application-name " content ="NPMplus " />
8
- < meta name ="author " content ="ZoeyVid " />
9
- < meta name ="description " content ="Dead Host Page of NPMplus " />
10
- < meta name ="keywords " content ="NPMplus, dead, 404 " />
11
- <!-- TODO: Icon -->
12
- < link rel ="icon " type ="image/webp " href ="/favicon.webp " />
13
7
</ head >
14
8
< body >
15
9
< style >
85
79
< div id ="box ">
86
80
< h1 > Dead Host</ h1 >
87
81
</ div >
88
- < p id ="notice "> Powered by < a href ="https://github.com/ZoeyVid/NPMplus "> NPMplus</ a > </ p >
89
82
</ body >
90
83
</ html >
Original file line number Diff line number Diff line change 4
4
< title > Dead Host</ title >
5
5
< meta charset ="UTF-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < meta name ="application-name " content ="NPMplus " />
8
- < meta name ="author " content ="ZoeyVid " />
9
- < meta name ="description " content ="Dead Host Page of NPMplus " />
10
- < meta name ="keywords " content ="NPMplus, dead, 404 " />
11
- <!-- TODO: Icon -->
12
- < link rel ="icon " type ="image/webp " href ="/favicon.webp " />
13
7
</ head >
14
8
< body >
15
9
< style >
85
79
< div id ="box ">
86
80
< h1 > Dead Host</ h1 >
87
81
</ div >
88
- < p id ="notice "> Powered by < a href ="https://github.com/ZoeyVid/NPMplus "> NPMplus</ a > </ p >
89
82
</ body >
90
83
</ html >
Original file line number Diff line number Diff line change 1
1
</ div>
2
- < p id ="notice "> Powered by < a href ="https://github.com/ZoeyVid/NPMplus "> NPMplus</ a > </ p >
3
2
< script >
4
3
var input = document . createElement ( "input" ) ;
5
4
input . id = "search" ;
Original file line number Diff line number Diff line change 4
4
< title > Directory index</ title >
5
5
< meta charset ="UTF-8 " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < meta name ="application-name " content ="NPMplus " />
8
- < meta name ="author " content ="ZoeyVid " />
9
- < meta name ="description " content ="Directory index of NPMplus " />
10
- < meta name ="keywords " content ="NPMplus, default " />
11
- <!-- TODO: Icon -->
12
- < link rel ="icon " type ="image/webp " href ="/fancyindex/favicon.webp " />
13
7
</ head >
14
8
< body >
15
9
< style >
You can’t perform that action at this time.
0 commit comments