Skip to content

Commit

Permalink
Add wildcards for IPFS domains
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Sep 10, 2024
1 parent 3631d26 commit 13e1751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nginx/templates/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ server {

server {
listen 80;
server_name ipfs.web4.near.page;
server_name .ipfs.web4.near.page;

location /ipfs {
# TODO: Set expires based on content type like https://gist.github.com/bkawk/1d7ecc97e3be3cd04e8e173483d82e1a?
Expand Down Expand Up @@ -99,7 +99,7 @@ server {

server {
listen 80;
server_name ipfs.web4.testnet.page;
server_name .ipfs.web4.testnet.page;

location /ipfs {
# TODO: Set expires based on content type like https://gist.github.com/bkawk/1d7ecc97e3be3cd04e8e173483d82e1a?
Expand Down

0 comments on commit 13e1751

Please sign in to comment.