geoffrey45 462acd0229 fix from albumView to other routes bug
- add nginx sites
- add setup script (untested**)
2022-02-13 17:18:23 +03:00

4 lines
90 B
Plaintext

server { listen 8901;
location / { root /home/cwilvx/; autoindex on; sendfile off; } }