Skip to content
Snippets Groups Projects

feat: Add partners issue info

Merged Guilhem CARRON requested to merge dev into master
5 files
+ 38
18
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 2
5
@@ -24,10 +24,7 @@ server {
location /swagger {
proxy_pass https://backend:1443/swagger;
}
location ~ ^/assets/(.+\.(?:gif|jpe?g|svg))$ {
alias /usr/share/nginx/html/lib/$1;
gzip_static on;
expires max;
add_header Cache-Control public;
location /assets {
proxy_pass https://backend:1443/assets;
}
}
\ No newline at end of file
Loading