Files
srv-pub/cfg/ngx/the-covid-measures-were-fair.com.conf
T

28 lines
877 B
Plaintext
Raw Normal View History

2026-05-25 11:07:03 -05:00
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# configuration of the-covid-measures-were-fair.com / frode klevstul / may 2026
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
server {
listen 80;
server_name
the-covid-measures-were-fair.com *.the-covid-measures-were-fair.com
;
return 301 https://sc.op.fo/itnoc19;
}
server {
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
ssl_certificate /etc/nginx/acme.sh/the-covid-measures-were-fair.com/fullchain.pem;
ssl_certificate_key /etc/nginx/acme.sh/the-covid-measures-were-fair.com/key.pem;
ssl_trusted_certificate /etc/nginx/acme.sh/the-covid-measures-were-fair.com/cert.pem;
server_name
the-covid-measures-were-fair.com *.the-covid-measures-were-fair.com
;
return 301 https://sc.op.fo/itnoc19;
}