refactor docker swarm to use just home without workers for now
add caching at nginx level for portainer and gitea
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
# fs.xai-corp.net
|
||||
server {
|
||||
listen 443 ssl ipv6only=off;
|
||||
server_name fs.xai-corp.net;
|
||||
ssl_certificate /etc/letsencrypt/live/xai-corp.net/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/xai-corp.net/privkey.pem;
|
||||
|
||||
#Strict-Transport-Security: max-age=15768000
|
||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains" always;
|
||||
|
||||
location / {
|
||||
proxy_pass http://dkhost.xai-corp.net:8081;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user