mirror of
https://github.com/alexkay/spek.git
synced 2025-06-05 09:53:07 +03:00
web: nginx logs
This commit is contained in:
parent
7955d2a6db
commit
45598bcef1
@ -8,4 +8,7 @@ server {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name spek.cc;
|
server_name spek.cc;
|
||||||
root /home/alex/spek/static;
|
root /home/alex/spek/static;
|
||||||
|
|
||||||
|
access_log /var/log/nginx/access-spek.log;
|
||||||
|
error_log /var/log/nginx/error-spek.log;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user