Update about page and documentation. Add allow wrapping option.

This commit is contained in:
2019-09-10 21:39:27 +02:00
parent 9fc48df1ce
commit 3a8ef7e8f2
36 changed files with 535 additions and 111 deletions

View File

@@ -5,8 +5,15 @@ server {
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
root /usr/share/nginx/html;
location /redux/img {
alias /usr/share/nginx/html/img;
}
location /img {}
location / {
alias /usr/share/nginx/html/;
try_files $uri /index.html;
}