Skip to content

Commit

Permalink
Add config for urlpattern
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Oct 13, 2023
1 parent 28aae25 commit b19abc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/marquee/DOMAINS
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ streams.spec.whatwg.org
svn.whatwg.org
testutils.spec.whatwg.org
url.spec.whatwg.org
urlpattern.spec.whatwg.org
validator.whatwg.org
webidl.spec.whatwg.org
websockets.spec.whatwg.org
Expand Down
6 changes: 6 additions & 0 deletions debian/marquee/nginx/sites/urlpattern.spec.whatwg.org.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
server {
server_name urlpattern.spec.whatwg.org;
root /var/www/urlpattern.spec.whatwg.org;

include /etc/nginx/whatwg.conf;
}
1 change: 1 addition & 0 deletions test/certs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const DOMAINS = [
'svn.whatwg.org',
'testutils.spec.whatwg.org',
'url.spec.whatwg.org',
'urlpattern.spec.whatwg.org',
'validator.whatwg.org',
'webidl.spec.whatwg.org',
'websocket.spec.whatwg.org',
Expand Down

0 comments on commit b19abc3

Please sign in to comment.