removed /etc and /opt

This commit is contained in:
cutemeli
2025-12-22 10:48:14 +00:00
parent 5ce7ca2c5d
commit 10d1afbb17
32559 changed files with 0 additions and 6756692 deletions

View File

@@ -1,16 +0,0 @@
<IfModule mod_passenger.c>
PassengerRoot /usr/share/passenger/phusion_passenger/locations.ini
PassengerDefaultRuby /usr/bin/ruby
PassengerEnabled off
PassengerLogFile /var/log/passenger/passenger.log
# Avoid downloading of sources or binary for ruby passenger_native_support.so
# after each apache restart by default because of development packages or
# libruby.so.X.Y may be missed anyway.
# Ruby passenger_native_support.so is packaged for system ruby only.
<IfModule mod_env.c>
SetEnv PASSENGER_COMPILE_NATIVE_SUPPORT_BINARY 0
SetEnv PASSENGER_DOWNLOAD_NATIVE_SUPPORT_BINARY 0
</IfModule>
</IfModule>