+ misc cfgs
office-fires-made-wtc7-freefall.com the-covid-measures-were-fair.com vaccines-are-safe-and-effective.com
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
# configuration of office-fires-made-wtc7-freefall.com / frode klevstul / may 2026
|
||||
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name
|
||||
office-fires-made-wtc7-freefall.com *.office-fires-made-wtc7-freefall.com
|
||||
;
|
||||
return 301 https://sc.op.fo/uaf;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
http2 on;
|
||||
|
||||
ssl_certificate /etc/nginx/acme.sh/office-fires-made-wtc7-freefall.com/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/acme.sh/office-fires-made-wtc7-freefall.com/key.pem;
|
||||
ssl_trusted_certificate /etc/nginx/acme.sh/office-fires-made-wtc7-freefall.com/cert.pem;
|
||||
|
||||
server_name
|
||||
office-fires-made-wtc7-freefall.com *.office-fires-made-wtc7-freefall.com
|
||||
;
|
||||
|
||||
return 301 https://sc.op.fo/uaf;
|
||||
}
|
||||
Reference in New Issue
Block a user