Initial commit.

This commit is contained in:
2021-05-24 22:18:33 +03:00
commit e2954d55f4
3701 changed files with 330017 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
server {
listen 192.168.1.2:80;
server_name madalin.anywhere.ro;
charset utf-8;
root /home/madalin/poze-madalin;
location / {
autoindex on;
}
access_log /var/log/nginx/madalin.anywhere.ro.access.log;
error_log /var/log/nginx/madalin.anywhere.ro.error.log;
}