Commit 7140639a by wilmiam

1.0.0

parent 0bfb3be1
...@@ -26,12 +26,10 @@ server { ...@@ -26,12 +26,10 @@ server {
location /images { location /images {
alias /images; alias /images;
autoindex on;
} }
location /file { location /file {
alias /file; alias /file;
autoindex on;
} }
location /auth { location /auth {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment