fix: woodpecker

This commit is contained in:
sauravdhakal12
2026-04-01 15:23:05 +00:00
parent b2bfdb0064
commit 457ec43c8a
3 changed files with 30 additions and 18 deletions

View File

@@ -86,20 +86,20 @@ ci.sauravdhakal.com.np {
}
# Your site — public, with caching
# sauravdhakal.com.np {
# root * /home/saurav/site/public
#
# # This is where you learn caching
# header Cache-Control "public, max-age=3600" # cache 1 hour by default
# header /static/* Cache-Control "public, max-age=31536000, immutable" # assets forever
#
# file_server
# encode gzip
# }
# dozzle.sauravdhakal.com.np {
# bind 100.81.85.182
# reverse_proxy localhost:8888
# }
sauravdhakal.com.np {
root * /home/saurav/site/public
# This is where you learn caching
header Cache-Control "public, max-age=3600" # cache 1 hour by default
header /static/* Cache-Control "public, max-age=31536000, immutable" # assets forever
file_server
encode gzip
}
dozzle.sauravdhakal.com.np {
bind 100.81.85.182
reverse_proxy localhost:8888
}
#
# glances.sauravdhakal.com.np {
# bind 100.81.85.182