Changing config symlinks to hard links w/ content
This commit is contained in:
@@ -1 +0,0 @@
|
||||
/etc/nginx/sites-available/panic-shack
|
||||
12
config/nginx-panic-shack
Normal file
12
config/nginx-panic-shack
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
root /var/www/panic-shack;
|
||||
|
||||
server_name panic-shack.hallada.net;
|
||||
|
||||
location / {
|
||||
return 301 https://panic-shack.hallada.net$request_uri;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user