Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ server {
server_name _;
location / {
include /etc/nginx/conf.d/defaults/proxy.conf;
resolver 127.0.0.11 valid=10s ipv6=off;
proxy_pass http://cboard:80;
}
}
Expand Down
1 change: 1 addition & 0 deletions nginx/conf.d/proxy-confs/api.subdomain.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ server {

location / {
include /etc/nginx/conf.d/defaults/proxy.conf;
resolver 127.0.0.11 valid=10s ipv6=off;
proxy_pass http://cboard-api:80;
}
}
1 change: 1 addition & 0 deletions nginx/conf.d/proxy-confs/cbuilder.subdomain.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ server {

location / {
include /etc/nginx/conf.d/defaults/proxy.conf;
resolver 127.0.0.11 valid=10s ipv6=off;
proxy_pass http://cboard-cbuilder:80;
}
}
1 change: 1 addition & 0 deletions nginx/conf.d/proxy-confs/fluidmind.subdomain.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ server {

location / {
include /etc/nginx/conf.d/defaults/proxy.conf;
resolver 127.0.0.11 valid=10s ipv6=off;
proxy_pass http://fluid-mind:80;
}
}
1 change: 1 addition & 0 deletions nginx/conf.d/proxy-confs/wiki.subdomain.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ server {

location / {
include /etc/nginx/conf.d/defaults/proxy.conf;
resolver 127.0.0.11 valid=10s ipv6=off;
proxy_pass http://cboard-wiki:80;
}
}