This repository has been archived on 2023-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
loki/proxy/nginx-conf.d/wiki.wojciechkozlowski.eu.conf
2019-12-15 10:18:10 +01:00

10 lines
161 B
Plaintext

server {
listen 80;
server_name wiki.wojciechkozlowski.eu;
location ^~ /.well-known {
allow all;
root /var/www/html;
}
}