Skip to content

Commit

Permalink
Add config for fs
Browse files Browse the repository at this point in the history
  • Loading branch information
annevk authored and foolip committed Dec 13, 2021
1 parent 3c3dee7 commit 0852f1c
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 @@ -13,6 +13,7 @@ fetch.spec.whatwg.org
figures.idea.whatwg.org
figures.spec.whatwg.org
forums.whatwg.org
fs.spec.whatwg.org
fullscreen.spec.whatwg.org
help.whatwg.org
html-differences.whatwg.org
Expand Down
6 changes: 6 additions & 0 deletions debian/marquee/nginx/sites/fs.spec.whatwg.org.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
server {
server_name fs.spec.whatwg.org;
root /var/www/fs.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 @@ -21,6 +21,7 @@ const DOMAINS = [
'figures.idea.whatwg.org',
'figures.spec.whatwg.org',
'forums.whatwg.org',
'fs.spec.whatwg.org',
'fullscreen.spec.whatwg.org',
'help.whatwg.org',
'html-differences.whatwg.org',
Expand Down

0 comments on commit 0852f1c

Please sign in to comment.