Skip to content

Commit 0315a43

Browse files
committed
update nginx with pid
1 parent aa2ba84 commit 0315a43

File tree

3 files changed

+3
-92
lines changed

3 files changed

+3
-92
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
server/db.sqlite3
2+
tmp/
3+
logs/
24

35
.DS_Store
46

bin/www

-92
This file was deleted.

nginx.conf

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
daemon off;
2+
pid tmp/nginx.pid;
23

34
events {
45
}

0 commit comments

Comments
 (0)