File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11server {
2- index index.php index.html;
3- listen 80 default_server;
4- root /botogram;
5- error_log /var/log/nginx/error.log;
6- access_log /var/log/nginx/access.log;
7- keepalive_timeout 70;
8- location = /favicon.ico {
9- alias /botogram/favicon.ico;
10- }
11- location / {
12- index index.php index.html index.htm;
13- autoindex on;
14- autoindex_exact_size off;
15- autoindex_localtime on;
16- }
2+ index index.php index.html;
3+ listen 80 default_server;
4+ root /botogram;
5+ error_log /var/log/nginx/error.log;
6+ access_log /var/log/nginx/access.log;
7+ keepalive_timeout 70;
8+ location = /favicon.ico {
9+ alias /botogram/favicon.ico;
10+ }
11+ location / {
12+ index index.php index.html index.htm;
13+ autoindex on;
14+ autoindex_exact_size off;
15+ autoindex_localtime on;
16+ }
1717
18- location = /docs {
19- return 301 /docs/RELEASE/;
20- }
18+ location = /docs {
19+ return 301 /docs/RELEASE/;
20+ }
2121
22- error_page 404 /404.html;
22+ error_page 404 /404.html;
23+
24+ location = /404.html {
25+ root /botogram/;
26+ internal;
27+ }
28+ }
2329
24- location = /404.html {
25- root /botogram/;
26- internal;
27- }
28- }
You can’t perform that action at this time.
0 commit comments