mirror of
https://github.com/lemeow125/Notes.git
synced 2025-04-27 10:11:17 +08:00
Offload deployments to Cloudflare
This commit is contained in:
parent
88dfe2cc6b
commit
0c89725995
3 changed files with 0 additions and 53 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue