PKI #2

Merged
sinibaldi merged 8 commits from PKI into main 2025-03-10 12:02:36 +01:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 0d5949bd5e - Show all commits

View File

@ -48,7 +48,7 @@ http {
# TODO requires https
# return 301 https://$host$request_uri;
proxy_pass http://nodejs_cluster;
proxy_pass http://swarm1_cluster;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
@ -69,7 +69,7 @@ http {
# TODO requires https
# return 301 https://$host$request_uri;
proxy_pass http://nodejs_cluster;
proxy_pass http://swarm1_cluster;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
@ -88,7 +88,7 @@ http {
root /var/www/default;
location /{
try_files $uri /$uri /index.php;
try_files $uri /$uri /index.html;
}
}
}