journal-media-vue/docker/default.conf
gcch 0f52ff0cef 2025-02-23
2025-02-24
2025-02-24 00:18:53 +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;
}
}