This commit is contained in:
Matthias@Dell 2023-11-27 11:48:50 +01:00
parent ea964ae874
commit 56f900e1d4

View File

@ -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;