Ticket #1735: server.conf

File server.conf, 421 bytes (added by Roman Mingazeev, 8 years ago)

http conf

Line 
1server {
2 listen 127.51.0.1:9991;
3 server_name ecss-restfs-converter-proxy;
4 access_log /var/log/ecss/restfs/access-converter-proxy.log;
5 error_log /var/log/ecss/restfs/error-converter-proxy.log debug;
6 autoindex on;
7 autoindex_format json;
8 root /var/lib/files; #Корневая дирректория
9
10 location / {
11 try_files $uri $uri/;
12 }
13}