replace resolver with resolver.conf

This commit is contained in:
aptalca 2021-05-18 11:01:58 -04:00
parent 662d05bb1a
commit 5de18b47c6
191 changed files with 466 additions and 466 deletions

View file

@ -1,4 +1,4 @@
## Version 2020/12/09
## Version 2021/05/18
# The following parameters in /data/gitea/conf/app.ini should be edited to match your setup
# [server]
# SSH_DOMAIN = example.com:2222
@ -11,7 +11,7 @@ location /gitea {
location ^~ /gitea/ {
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
include /config/nginx/resolver.conf;
set $upstream_app gitea;
set $upstream_port 3000;
set $upstream_proto http;