caca
This commit is contained in:
parent
56df91b11e
commit
ec573078d2
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
access_log /var/log/nginx/7tv.gay.access.log combined;
|
access_log /var/log/nginx/7tv.gay.access.log combined;
|
||||||
root /var/www/7tv;
|
# root /var/www/7tv;
|
||||||
index index.html index index.htm
|
index index.html index index.htm
|
||||||
server_name 7tv.gay;
|
server_name 7tv.gay;
|
||||||
|
|
||||||
|
@ -8,6 +8,10 @@ server {
|
||||||
include configs/securityheaders.conf;
|
include configs/securityheaders.conf;
|
||||||
include configs/general.conf;
|
include configs/general.conf;
|
||||||
|
|
||||||
|
location = / {
|
||||||
|
alias /var/www/7tv/gayge.png;
|
||||||
|
}
|
||||||
|
|
||||||
# QUIC
|
# QUIC
|
||||||
add_header Alt-Svc 'h3=":443"; ma=86400';
|
add_header Alt-Svc 'h3=":443"; ma=86400';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue