Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/FraunhoferIOSB/AASPo…
Browse files Browse the repository at this point in the history
…rtal into development
  • Loading branch information
ralfaron committed Aug 10, 2024
2 parents dc3cdf9 + a5fff8a commit 8c39717
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion projects/aas-portal/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ http {
sendfile on;
keepalive_timeout 65;
client_max_body_size 100M;

server {
listen 80 default_server;
listen [::]:80 default_server;
Expand All @@ -24,11 +24,14 @@ http {
}

location /api/ {
resolver 127.0.0.11;
proxy_pass http://aas-server:1337;
proxy_http_version 1.1;
}

location /websocket {
resolver 127.0.0.11;

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
Expand Down

0 comments on commit 8c39717

Please sign in to comment.