Skip to content

Commit dde0923

Browse files
committed
Revert to orig config
1 parent 631102c commit dde0923

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

nginx/default.conf.template

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
server {
22
listen 80;
33
server_name sdnginx;
4-
5-
location ~* /static/assets/(.*)$ {
6-
autoindex on;
7-
alias /staticfiles/$1;
8-
}
9-
104
location ~* /static/(.*)$ {
115
autoindex on;
126
alias /staticfiles/$1;

0 commit comments

Comments
 (0)