Skip to content
Snippets Groups Projects
Verified Commit 333540b1 authored by Martin Weise's avatar Martin Weise
Browse files

Assets

parent 5afa6c18
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,16 @@ server { ...@@ -17,6 +17,16 @@ server {
listen 8080 default_server; listen 8080 default_server;
server_name _; server_name _;
location /assets/ {
root /app/assets;
expires max;
access_log off;
autoindex on;
autoindex_exact_size off;
autoindex_format html;
autoindex_localtime on;
}
location /dashboard/ { location /dashboard/ {
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment