landing/docker/default.conf
thomas f65ee07619
Some checks failed
Tomcode landing build/deploy / build (push) Successful in 25s
Tomcode landing build/deploy / dockerize (push) Has been cancelled
prepare gitea cicd
2024-09-22 14:07:02 +02:00

11 lines
183 B
Plaintext
Executable File

server {
server_name _;
listen 80;
root /usr/share/nginx/html;
index index.html index.htm;
location / {
try_files $uri $uri/ /index.html;
}
}