Update all nginx configs

This commit is contained in:
Mike Reeves
2020-09-10 13:55:56 -04:00
parent 5d4e8925a3
commit ef46094b0c
6 changed files with 56 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ http {
server {
listen 7788;
server_name _;
root /opt/socore/html/repo
root /opt/socore/html/repo;
location /rules/ {
allow all;
sendfile on;