Skip to content

Commit

Permalink
Point nginx to /usr/share/rmt/public
Browse files Browse the repository at this point in the history
  • Loading branch information
ikapelyukhin committed Mar 13, 2018
1 parent e8303a2 commit d295b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/rmt-server.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
server_name rmt;
access_log /var/log/nginx/rmt_access.log;
error_log /var/log/nginx/rmt_error.log;
root /var/lib/rmt/public;
root /usr/share/rmt/public;

location / {
try_files $uri/index.html $uri.html $uri @rmt_app;
Expand Down

0 comments on commit d295b44

Please sign in to comment.