Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit29e97a1

Browse files
committed
[skip travis] test packages for std|ent
1 parent76a6c91 commit29e97a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎packaging/test/scripts/alt_forks.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ events {
3030
http {
3131
server {
3232
listen 80 default;
33-
root /var/www;
33+
root /app/www;
3434
}
3535
}
3636
EOF

‎packaging/test/scripts/deb_forks.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ events {
4747
http {
4848
server {
4949
listen 80 default;
50-
root /var/www;
50+
root /app/www;
5151
}
5252
}
5353
EOF

‎packaging/test/scripts/rpm_forks.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ events {
5555
http {
5656
server {
5757
listen 80 default;
58-
root /var/www;
58+
root /app/www;
5959
}
6060
}
6161
EOF

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp