1
0
Fork 0
This repository has been archived on 2025-09-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
mareshq-internal-static-sites/sites/octopus.k8s.vxm.cz/build/nginx/site.conf

15 lines
280 B
Text

server {
listen 80;
location /security.txt {
return 308 /.well-known/security.txt;
}
location / {
root /website;
index index.html index.htm;
}
error_page 404 /404.html;
#error_page 500 502 503 504 /50x.html;
}