Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Commit

Permalink
Replace MA domain without protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Feb 5, 2021
1 parent ecbf2de commit f1df75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ server {
location / {
proxy_pass https://www.metal-archives.com;

sub_filter "https://www.metal-archives.com" "${VUE_APP_CACHE_DOMAIN}";
sub_filter "www.metal-archives.com" "${VUE_APP_CACHE_DOMAIN}";
sub_filter_once off;

proxy_set_header Host www.metal-archives.com;
Expand Down

0 comments on commit f1df75f

Please sign in to comment.