host personal website

This commit is contained in:
2025-10-02 17:34:26 +03:00
parent 2cbc5f7e21
commit 01f2e49439

View File

@@ -19,9 +19,14 @@ server {
ssl_ciphers HIGH:!aNULL:!MD5;
# Serve static files (optional)
root /var/www/forsen-cock.dedyn.io;
root /var/www/elleoma.github.io;
index index.html index.htm;
location ~ /\.git {
deny all;
return 404;
}
# Optional root tuwunel page ("hewwo from tuwunel woof!")
# location = / {
# proxy_pass http://127.0.0.1:8448$request_uri;