This commit is contained in:
Fijxu 2022-12-10 15:08:14 -03:00
parent ec573078d2
commit 39bff70c56
1 changed files with 7 additions and 5 deletions

View File

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