init
This commit is contained in:
12
modules/nginx/sites-available/rickroll
Normal file
12
modules/nginx/sites-available/rickroll
Normal 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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user