mirror of
https://github.com/alexkay/spek.git
synced 2025-06-02 00:20:57 +03:00
web: nginx logs
This commit is contained in:
parent
7955d2a6db
commit
45598bcef1
@ -8,4 +8,7 @@ server {
|
||||
listen 80;
|
||||
server_name spek.cc;
|
||||
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