This commit is contained in:
2025-07-23 16:47:48 +03:00
commit 349c65ed1f
22 changed files with 1032 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
server {
listen 443;
server_name forsen-cock.dedyn.io;
root /var/www/rickroll;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}