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