journal-media-vue/containers/angie/default.conf
gcch ad01868a9f
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed
2025-03-05
2025-03-05 09:10:21 +01:00

10 lines
158 B
Text

server {
listen 80;
server_name localhost;
root /usr/share/angie/html/;
index index.html;
location / {
try_files $uri $uri/ /index.html;
}
}