Align branding, prompts, and deployment tooling
This commit is contained in:
15
deploy/nginx/bigtime.cillinn.com.http.conf
Normal file
15
deploy/nginx/bigtime.cillinn.com.http.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name bigtime.cillinn.com;
|
||||
|
||||
root /var/www/bigtime/current;
|
||||
index index.html;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
allow all;
|
||||
}
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user