cleanup
This commit is contained in:
parent
ea964ae874
commit
56f900e1d4
14
nginx.conf
14
nginx.conf
@ -3,13 +3,9 @@ error_log stderr;
|
||||
daemon off;
|
||||
pid nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
@ -20,13 +16,9 @@ http {
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
|
||||
#charset koi8-r;
|
||||
|
||||
#access_log logs/host.access.log main;
|
||||
|
||||
location / {
|
||||
root /home/user/www/;
|
||||
index de/index.html;
|
||||
index /en/index.html;
|
||||
}
|
||||
#error_page 404 /404.html;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user