Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lockhome
LockHome
Commits
a7c68923
Commit
a7c68923
authored
Apr 09, 2020
by
Nathan ROCHER
Browse files
Update CONFIGURATION_APACHE
parent
3851a1c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
CONFIGURATION_APACHE
View file @
a7c68923
...
...
@@ -11,23 +11,6 @@
ServerAdmin nathan.rocher@etu.univ-nantes.fr
DocumentRoot /home/lockhome/lockhome
RewriteEngine on
RewriteCond %{SERVER_NAME} =lockhome.nrocher.fr
RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
</VirtualHost>
<IfModule mod_ssl.c>
<VirtualHost lockhome.nrocher.fr:443>
ServerName lockhome.nrocher.fr
ServerAdmin nathan.rocher@etu.univ-nantes.fr
DocumentRoot /home/lockhome/lockhome
ProxyRequests on
ProxyPassMatch "^/camera/stream/(.*)" "http://$1/"
SSLCertificateFile /etc/letsencrypt/live/phpmyadmin.nrocher.fr/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/phpmyadmin.nrocher.fr/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
</VirtualHost>
</IfModule>
\ No newline at end of file
ProxyRequests on
ProxyPassMatch "^/camera/stream/(.*)" "http://$1/"
</VirtualHost>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment