mirror of
https://github.com/cloudpanel-io/vhost-templates.git
synced 2026-05-18 16:33:30 +08:00
.
This commit is contained in:
@@ -27,9 +27,9 @@ server {
|
|||||||
|
|
||||||
{{settings}}
|
{{settings}}
|
||||||
|
|
||||||
location /typo3/ {
|
#location /typo3/ {
|
||||||
try_files $uri $uri/ /typo3/index.php?$args;
|
# try_files $uri $uri/ /typo3/index.php?$args;
|
||||||
}
|
#}
|
||||||
|
|
||||||
include /etc/nginx/global_settings;
|
include /etc/nginx/global_settings;
|
||||||
|
|
||||||
|
|||||||
@@ -23,9 +23,9 @@ server {
|
|||||||
|
|
||||||
{{settings}}
|
{{settings}}
|
||||||
|
|
||||||
location /typo3/ {
|
#location /typo3/ {
|
||||||
try_files $uri $uri/ /typo3/index.php?$args;
|
# try_files $uri $uri/ /typo3/index.php?$args;
|
||||||
}
|
#}
|
||||||
|
|
||||||
try_files $uri $uri/ /index.php?$args;
|
try_files $uri $uri/ /index.php?$args;
|
||||||
index index.php index.html;
|
index index.php index.html;
|
||||||
|
|||||||
Reference in New Issue
Block a user