mirror of
https://github.com/pablouser1/ProxiTok.git
synced 2024-12-06 19:27:30 +01:00
9 lines
116 B
Nginx Configuration File
9 lines
116 B
Nginx Configuration File
location / {
|
|
try_files $uri $uri/ /index.php?$query_string;
|
|
}
|
|
|
|
location /.env {
|
|
deny all;
|
|
return 404;
|
|
}
|