1
0
Fork 0

In nginx.conf added an onion domain to a server_name. And a space between it and access_log.

This commit is contained in:
Alexander Andreev 2023-08-06 02:12:15 +04:00
parent 2dc523271c
commit fea3e7104d
Signed by: Arav
GPG Key ID: D22A817D95815393
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ server {
listen 8094; # Tor I2P
listen [300:a98d:d6d0:8a08::c]:80; # Yggdrasil
server_name upload.arav.su upload.arav.i2p;
server_name upload.arav.su upload.arav.i2p 4usftbmjpfexkr2x5xbp5ukmygpmg4fgrnx2wbifsexqctooz5hmviyd.onion;
access_log /var/log/nginx/dwelling/upload.log main if=$nolog;
ssl_certificate /etc/letsencrypt/live/arav.su/fullchain.pem;