Offload deployments to Cloudflare

This commit is contained in:
Keannu Christian Bernasol 2024-10-17 15:31:08 +08:00
parent 88dfe2cc6b
commit 0c89725995
3 changed files with 0 additions and 53 deletions

View file

@ -1,13 +0,0 @@
server {
listen 80;
sendfile on;
default_type application/octet-stream;
server_name angularfrontend.lemnsea-fab4664b.westus3.azurecontainerapps.io;
gzip on;
root /usr/share/nginx/html/dist/simpledmca-web/browser;
location / {
try_files $uri $uri/ /index.html =404;
}
}