mirror of
https://github.com/lijiejie/eyes.sh.git
synced 2026-09-22 01:30:43 +08:00
add slash
This commit is contained in:
+2
-2
@@ -4,8 +4,8 @@ server {
|
|||||||
uwsgi_pass_request_headers on;
|
uwsgi_pass_request_headers on;
|
||||||
|
|
||||||
location = /favicon.ico { access_log off; log_not_found off; }
|
location = /favicon.ico { access_log off; log_not_found off; }
|
||||||
location /static {
|
location /static/ {
|
||||||
alias /dnslog/static;
|
alias /dnslog/static/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user