This commit is contained in:
Fijxu 2022-12-10 14:52:48 -03:00
parent 56df91b11e
commit ec573078d2
1 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
server {
access_log /var/log/nginx/7tv.gay.access.log combined;
root /var/www/7tv;
# root /var/www/7tv;
index index.html index index.htm
server_name 7tv.gay;
@ -8,6 +8,10 @@ server {
include configs/securityheaders.conf;
include configs/general.conf;
location = / {
alias /var/www/7tv/gayge.png;
}
# QUIC
add_header Alt-Svc 'h3=":443"; ma=86400';