Skip to content
Snippets Groups Projects
Commit 1f8dfc1b authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

step 4

parent f0490f6d
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ server {
location / {
rewrite ^/(?!((static/)|(manifest\.json)|(favicon\.ico))).*$ /tmss-frontend-web-production/build/index.html break;
proxy_pass https://s3.lofar.net//tmss-frontend-web-production/build/;
proxy_pass https://s3.lofar.net/tmss-frontend-web-production/build/;
proxy_set_header Host s3.lofar.net;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......@@ -42,7 +42,7 @@ server {
location /acc/ {
rewrite ^/acc/(?!((static/)|(manifest\.json)|(favicon\.ico))).*$ /tmss-frontend-web-acceptance/build/index.html break;
proxy_pass https://s3.lofar.net//tmss-frontend-web-acceptance/build/;
proxy_pass https://s3.lofar.net/tmss-frontend-web-acceptance/build/;
proxy_set_header Host s3.lofar.net;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment