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

WIP

parent 3c36431c
Branches
Tags
3 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty
...@@ -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